Skip to content

Commit e426dcc

Browse files
committed
Add dates to release notes
1 parent 4bea463 commit e426dcc

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

release-notes.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* ⬆ Bump typer from 0.23.1 to 0.24.0. PR [#312](https://github.com/fastapi/fastapi-cli/pull/312) by [@dependabot[bot]](https://github.com/apps/dependabot).
2222
* ⬆ Bump uvicorn from 0.40.0 to 0.41.0. PR [#311](https://github.com/fastapi/fastapi-cli/pull/311) by [@dependabot[bot]](https://github.com/apps/dependabot).
2323

24-
## 0.0.23
24+
## 0.0.23 (2026-02-16)
2525

2626
### Breaking Changes
2727

@@ -45,7 +45,7 @@
4545
* ⬆ Bump rich-toolkit from 0.19.2 to 0.19.3. PR [#303](https://github.com/fastapi/fastapi-cli/pull/303) by [@dependabot[bot]](https://github.com/apps/dependabot).
4646
* ➕ Replace test dependency on `fastapi-slim` with `fastapi`. PR [#301](https://github.com/fastapi/fastapi-cli/pull/301) by [@musicinmybrain](https://github.com/musicinmybrain).
4747

48-
## 0.0.21
48+
## 0.0.21 (2026-02-11)
4949

5050
### Internal
5151

@@ -79,19 +79,19 @@
7979
* ⬆ Bump actions/download-artifact from 6 to 7. PR [#260](https://github.com/fastapi/fastapi-cli/pull/260) by [@dependabot[bot]](https://github.com/apps/dependabot).
8080
* 👷 Add pre-commit workflow. PR [#266](https://github.com/fastapi/fastapi-cli/pull/266) by [@YuriiMotov](https://github.com/YuriiMotov).
8181

82-
## 0.0.20
82+
## 0.0.20 (2025-12-22)
8383

8484
### Features
8585

8686
* ✨ Add --reload-dir option to dev command. PR [#267](https://github.com/fastapi/fastapi-cli/pull/267) by [@patrick91](https://github.com/patrick91).
8787

88-
## 0.0.19
88+
## 0.0.19 (2025-12-22)
8989

9090
### Breaking Changes
9191

9292
* 🔧 Drop support for Python 3.8. PR [#269](https://github.com/fastapi/fastapi-cli/pull/269) by [@patrick91](https://github.com/patrick91).
9393

94-
## 0.0.18
94+
## 0.0.18 (2025-12-22)
9595

9696
### Features
9797

@@ -101,7 +101,7 @@
101101

102102
* 🐛 Fix log alignment when pressing Ctrl+C to stop server. PR [#253](https://github.com/fastapi/fastapi-cli/pull/253) by [@savannahostrowski](https://github.com/savannahostrowski).
103103

104-
## 0.0.17
104+
## 0.0.17 (2025-12-22)
105105

106106
### Upgrades
107107

@@ -122,13 +122,13 @@
122122
* ⬆ Bump ruff from 0.14.2 to 0.14.4. PR [#239](https://github.com/fastapi/fastapi-cli/pull/239) by [@dependabot[bot]](https://github.com/apps/dependabot).
123123
*[pre-commit.ci] pre-commit autoupdate. PR [#238](https://github.com/fastapi/fastapi-cli/pull/238) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
124124

125-
## 0.0.16
125+
## 0.0.16 (2025-11-10)
126126

127127
### Fixes
128128

129129
* 🐛 Fix support for Pydantic v1. PR [#240](https://github.com/fastapi/fastapi-cli/pull/240) by [@patrick91](https://github.com/patrick91).
130130

131-
## 0.0.15
131+
## 0.0.15 (2025-11-10)
132132

133133
### Features
134134

@@ -153,7 +153,7 @@ entrypoint = "some.importable_module:app_name"
153153
* 🔧 Configure reminder for `waiting` label in `issue-manager`. PR [#227](https://github.com/fastapi/fastapi-cli/pull/227) by [@YuriiMotov](https://github.com/YuriiMotov).
154154
*[pre-commit.ci] pre-commit autoupdate. PR [#215](https://github.com/fastapi/fastapi-cli/pull/215) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
155155

156-
## 0.0.14
156+
## 0.0.14 (2025-10-20)
157157

158158
### Upgrades
159159

@@ -163,13 +163,13 @@ entrypoint = "some.importable_module:app_name"
163163

164164
* ⬆ Bump tiangolo/issue-manager from 0.5.1 to 0.6.0. PR [#220](https://github.com/fastapi/fastapi-cli/pull/220) by [@dependabot[bot]](https://github.com/apps/dependabot).
165165

166-
## 0.0.13
166+
## 0.0.13 (2025-09-20)
167167

168168
### Features
169169

170170
* ✨ Allow to use `-h` for help. PR [#191](https://github.com/fastapi/fastapi-cli/pull/191) by [@patrick91](https://github.com/patrick91).
171171

172-
## 0.0.12
172+
## 0.0.12 (2025-09-17)
173173

174174
### Features
175175

@@ -183,7 +183,7 @@ entrypoint = "some.importable_module:app_name"
183183
*[pre-commit.ci] pre-commit autoupdate. PR [#208](https://github.com/fastapi/fastapi-cli/pull/208) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
184184
*[pre-commit.ci] pre-commit autoupdate. PR [#205](https://github.com/fastapi/fastapi-cli/pull/205) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
185185

186-
## 0.0.11
186+
## 0.0.11 (2025-09-09)
187187

188188
### Features
189189

@@ -215,7 +215,7 @@ $ fastapi run --entrypoint some.importable_module:app_name
215215
* ⬆ Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0. PR [#200](https://github.com/fastapi/fastapi-cli/pull/200) by [@dependabot[bot]](https://github.com/apps/dependabot).
216216
* 👷 Detect and label merge conflicts on PRs automatically. PR [#204](https://github.com/fastapi/fastapi-cli/pull/204) by [@svlandeg](https://github.com/svlandeg).
217217

218-
## 0.0.10
218+
## 0.0.10 (2025-08-31)
219219

220220
### Features
221221

@@ -230,13 +230,13 @@ $ fastapi run --entrypoint some.importable_module:app_name
230230
* ⬆ Bump tiangolo/latest-changes from 0.3.2 to 0.4.0. PR [#188](https://github.com/fastapi/fastapi-cli/pull/188) by [@dependabot[bot]](https://github.com/apps/dependabot).
231231
* ⬆ Bump astral-sh/setup-uv from 5 to 6. PR [#176](https://github.com/fastapi/fastapi-cli/pull/176) by [@dependabot[bot]](https://github.com/apps/dependabot).
232232

233-
## 0.0.9
233+
## 0.0.9 (2025-08-31)
234234

235235
### Fixes
236236

237237
* 🔧 Remove command script `fastapi`, let it be provided by the `fastapi` package. PR [#197](https://github.com/fastapi/fastapi-cli/pull/197) by [@tiangolo](https://github.com/tiangolo).
238238

239-
## 0.0.8
239+
## 0.0.8 (2025-07-07)
240240

241241
### Features
242242

@@ -261,7 +261,7 @@ If you want to install `fastapi` with the standard dependencies except for `fast
261261
* ⬆ Bump astral-sh/setup-uv from 4 to 5. PR [#140](https://github.com/fastapi/fastapi-cli/pull/140) by [@dependabot[bot]](https://github.com/apps/dependabot).
262262
* ⬆ Bump mypy from 1.13.0 to 1.14.0. PR [#141](https://github.com/fastapi/fastapi-cli/pull/141) by [@dependabot[bot]](https://github.com/apps/dependabot).
263263

264-
## 0.0.7
264+
## 0.0.7 (2024-12-15)
265265

266266
### Fixes
267267

@@ -274,7 +274,7 @@ If you want to install `fastapi` with the standard dependencies except for `fast
274274
*[pre-commit.ci] pre-commit autoupdate. PR [#62](https://github.com/fastapi/fastapi-cli/pull/62) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
275275
* ⬆ Bump ruff from 0.5.5 to 0.8.1. PR [#128](https://github.com/fastapi/fastapi-cli/pull/128) by [@dependabot[bot]](https://github.com/apps/dependabot).
276276

277-
## 0.0.6
277+
## 0.0.6 (2024-12-04)
278278

279279
### Features
280280

@@ -310,7 +310,7 @@ If you want to install `fastapi` with the standard dependencies except for `fast
310310
* 🔧 Update GitHub Action add-to-project. PR [#66](https://github.com/fastapi/fastapi-cli/pull/66) by [@tiangolo](https://github.com/tiangolo).
311311
* 👷 Add GitHub Action add-to-project. PR [#65](https://github.com/fastapi/fastapi-cli/pull/65) by [@tiangolo](https://github.com/tiangolo).
312312

313-
## 0.0.5
313+
## 0.0.5 (2024-08-02)
314314

315315
### Breaking Changes
316316

@@ -364,7 +364,7 @@ In a future version, `fastapi-cli` will not include Uvicorn unless it is install
364364
* 👷 Enable CI tests for Python 3.12. PR [#27](https://github.com/tiangolo/fastapi-cli/pull/27) by [@tiangolo](https://github.com/tiangolo).
365365
* 👷 Update Upload/Download artifacts GitHub Actions. PR [#26](https://github.com/tiangolo/fastapi-cli/pull/26) by [@tiangolo](https://github.com/tiangolo).
366366

367-
## 0.0.4
367+
## 0.0.4 (2024-05-19)
368368

369369
### Fixes
370370

@@ -375,7 +375,7 @@ In a future version, `fastapi-cli` will not include Uvicorn unless it is install
375375
* ⬆ Bump actions/cache from 3 to 4. PR [#5](https://github.com/tiangolo/fastapi-cli/pull/5) by [@dependabot[bot]](https://github.com/apps/dependabot).
376376
* ⬆ Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14. PR [#2](https://github.com/tiangolo/fastapi-cli/pull/2) by [@dependabot[bot]](https://github.com/apps/dependabot).
377377

378-
## 0.0.3
378+
## 0.0.3 (2024-05-07)
379379

380380
### Features
381381

@@ -395,7 +395,7 @@ In a future version, `fastapi-cli` will not include Uvicorn unless it is install
395395
* ⬆ Update pytest requirement from <8.0.0,>=4.4.0 to >=4.4.0,<9.0.0. PR [#4](https://github.com/tiangolo/fastapi-cli/pull/4) by [@dependabot[bot]](https://github.com/apps/dependabot).
396396
* ⬆ Bump mypy from 1.4.1 to 1.10.0. PR [#7](https://github.com/tiangolo/fastapi-cli/pull/7) by [@dependabot[bot]](https://github.com/apps/dependabot).
397397

398-
## 0.0.2
398+
## 0.0.2 (2024-05-02)
399399

400400
First public working version. 🚀
401401

0 commit comments

Comments
 (0)