Skip to content

Commit a6d020b

Browse files
committed
Add dates to release notes
1 parent 9059faa commit a6d020b

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

release-notes.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* ⬆ Bump @types/node from 25.0.9 to 25.0.10. PR [#2149](https://github.com/fastapi/full-stack-fastapi-template/pull/2149) by [@dependabot[bot]](https://github.com/apps/dependabot).
4040
* ⬆ Bump @tanstack/react-router-devtools from 1.153.2 to 1.156.0. PR [#2147](https://github.com/fastapi/full-stack-fastapi-template/pull/2147) by [@dependabot[bot]](https://github.com/apps/dependabot).
4141

42-
## 0.10.0
42+
## 0.10.0 (2026-01-23)
4343

4444
### Features
4545

@@ -110,7 +110,7 @@
110110
* ⬆ Bump vite from 7.2.7 to 7.3.0 in /frontend. PR [#2047](https://github.com/fastapi/full-stack-fastapi-template/pull/2047) by [@dependabot[bot]](https://github.com/apps/dependabot).
111111
* ⬆ Bump react-dom from 19.2.1 to 19.2.3 in /frontend. PR [#2046](https://github.com/fastapi/full-stack-fastapi-template/pull/2046) by [@dependabot[bot]](https://github.com/apps/dependabot).
112112

113-
## 0.9.0
113+
## 0.9.0 (2025-12-08)
114114

115115
### Features
116116

@@ -294,7 +294,7 @@
294294
* ⬆ Bump astral-sh/setup-uv from 5 to 6. PR [#1566](https://github.com/fastapi/full-stack-fastapi-template/pull/1566) by [@dependabot[bot]](https://github.com/apps/dependabot).
295295
* 🔧 Add npm and docker package ecosystems to Dependabot configuration. PR [#1535](https://github.com/fastapi/full-stack-fastapi-template/pull/1535) by [@alejsdev](https://github.com/alejsdev).
296296

297-
## 0.8.0
297+
## 0.8.0 (2025-02-19)
298298

299299
### Features
300300

@@ -354,7 +354,7 @@
354354
* 👷 Tweak generate client to error out if there are errors. PR [#1377](https://github.com/fastapi/full-stack-fastapi-template/pull/1377) by [@tiangolo](https://github.com/tiangolo).
355355
* 👷 Generate and commit client only on same repo PRs, on forks, show the error. PR [#1376](https://github.com/fastapi/full-stack-fastapi-template/pull/1376) by [@tiangolo](https://github.com/tiangolo).
356356

357-
## 0.7.1
357+
## 0.7.1 (2024-09-27)
358358

359359
### Highlights
360360

@@ -417,7 +417,7 @@
417417
* 👷 Add GitHub Action add-to-project. PR [#1297](https://github.com/fastapi/full-stack-fastapi-template/pull/1297) by [@tiangolo](https://github.com/tiangolo).
418418
* 👷 Update issue-manager. PR [#1288](https://github.com/fastapi/full-stack-fastapi-template/pull/1288) by [@tiangolo](https://github.com/tiangolo).
419419

420-
## 0.7.0
420+
## 0.7.0 (2024-08-02)
421421

422422
Lots of new things! 🎁
423423

@@ -562,7 +562,7 @@ Lots of new things! 🎁
562562
* 🔥 Delete leftover celery file. PR [#727](https://github.com/tiangolo/full-stack-fastapi-template/pull/727) by [@dr-neptune](https://github.com/dr-neptune).
563563
* ⚙️ Update pre-commit config with Prettier and ESLint. PR [#714](https://github.com/tiangolo/full-stack-fastapi-template/pull/714) by [@alejsdev](https://github.com/alejsdev).
564564

565-
## 0.6.0
565+
## 0.6.0 (2024-03-12)
566566

567567
Latest FastAPI, Pydantic, SQLModel 🚀
568568

@@ -746,7 +746,7 @@ Test cov > 90% ✅
746746
* Add [GitHub Sponsors](https://github.com/sponsors/tiangolo) button. PR [#201](https://github.com/tiangolo/full-stack-fastapi-template/pull/201).
747747
* Simplify scripts and development, update docs and configs. PR [#155](https://github.com/tiangolo/full-stack-fastapi-template/pull/155).
748748

749-
## 0.5.0
749+
## 0.5.0 (2020-04-19)
750750

751751
* Make the Traefik public network a fixed default of `traefik-public` as done in DockerSwarm.rocks, to simplify development and iteration of the project generator. PR [#150](https://github.com/tiangolo/full-stack-fastapi-template/pull/150).
752752
* Update to PostgreSQL 12. PR [#148](https://github.com/tiangolo/full-stack-fastapi-template/pull/148). by [@RCheese](https://github.com/RCheese).
@@ -771,7 +771,7 @@ Test cov > 90% ✅
771771
* Add new CRUD utils based on DB and Pydantic models. Initial PR [#23](https://github.com/tiangolo/full-stack-fastapi-template/pull/23) by [@ebreton](https://github.com/ebreton).
772772
* Add normal user testing Pytest fixture. PR [#20](https://github.com/tiangolo/full-stack-fastapi-template/pull/20) by [@ebreton](https://github.com/ebreton).
773773

774-
## 0.4.0
774+
## 0.4.0 (2019-05-29)
775775

776776
* Fix security on resetting a password. Receive token as body, not query. PR [#34](https://github.com/tiangolo/full-stack-fastapi-template/pull/34).
777777

@@ -793,7 +793,7 @@ Test cov > 90% ✅
793793

794794
* Update Jupyter Lab installation and util script/environment variable for local development.
795795

796-
## 0.3.0
796+
## 0.3.0 (2019-04-19)
797797

798798
* PR <a href="https://github.com/tiangolo/full-stack-fastapi-template/pull/14" target="_blank">#14</a>:
799799
* Update CRUD utils to use types better.
@@ -808,19 +808,19 @@ Test cov > 90% ✅
808808

809809
* Upgrade Python to 3.7 as Celery is now compatible too. PR <a href="https://github.com/tiangolo/full-stack-fastapi-template/pull/10" target="_blank">#10</a> by <a href="https://github.com/ebreton" target="_blank">@ebreton</a>.
810810

811-
## 0.2.2
811+
## 0.2.2 (2019-04-11)
812812

813813
* Fix frontend hijacking /docs in development. Using latest https://github.com/tiangolo/node-frontend with custom Nginx configs in frontend. <a href="https://github.com/tiangolo/full-stack-fastapi-template/pull/6" target="_blank">PR #6</a>.
814814

815-
## 0.2.1
815+
## 0.2.1 (2019-03-29)
816816

817817
* Fix documentation for *path operation* to get user by ID. <a href="https://github.com/tiangolo/full-stack-fastapi-template/pull/4" target="_blank">PR #4</a> by <a href="https://github.com/mpclarkson" target="_blank">@mpclarkson</a> in FastAPI.
818818

819819
* Set `/start-reload.sh` as a command override for development by default.
820820

821821
* Update generated README.
822822

823-
## 0.2.0
823+
## 0.2.0 (2019-03-11)
824824

825825
**<a href="https://github.com/tiangolo/full-stack-fastapi-template/pull/2" target="_blank">PR #2</a>**:
826826

0 commit comments

Comments
 (0)