You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
* ⬆ 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).
22
22
* ⬆ 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).
23
23
24
-
## 0.0.23
24
+
## 0.0.23 (2026-02-16)
25
25
26
26
### Breaking Changes
27
27
@@ -45,7 +45,7 @@
45
45
* ⬆ 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).
46
46
* ➕ Replace test dependency on `fastapi-slim` with `fastapi`. PR [#301](https://github.com/fastapi/fastapi-cli/pull/301) by [@musicinmybrain](https://github.com/musicinmybrain).
47
47
48
-
## 0.0.21
48
+
## 0.0.21 (2026-02-11)
49
49
50
50
### Internal
51
51
@@ -79,19 +79,19 @@
79
79
* ⬆ 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).
80
80
* 👷 Add pre-commit workflow. PR [#266](https://github.com/fastapi/fastapi-cli/pull/266) by [@YuriiMotov](https://github.com/YuriiMotov).
81
81
82
-
## 0.0.20
82
+
## 0.0.20 (2025-12-22)
83
83
84
84
### Features
85
85
86
86
* ✨ Add --reload-dir option to dev command. PR [#267](https://github.com/fastapi/fastapi-cli/pull/267) by [@patrick91](https://github.com/patrick91).
87
87
88
-
## 0.0.19
88
+
## 0.0.19 (2025-12-22)
89
89
90
90
### Breaking Changes
91
91
92
92
* 🔧 Drop support for Python 3.8. PR [#269](https://github.com/fastapi/fastapi-cli/pull/269) by [@patrick91](https://github.com/patrick91).
93
93
94
-
## 0.0.18
94
+
## 0.0.18 (2025-12-22)
95
95
96
96
### Features
97
97
@@ -101,7 +101,7 @@
101
101
102
102
* 🐛 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).
103
103
104
-
## 0.0.17
104
+
## 0.0.17 (2025-12-22)
105
105
106
106
### Upgrades
107
107
@@ -122,13 +122,13 @@
122
122
* ⬆ 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).
123
123
* ⬆ [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).
124
124
125
-
## 0.0.16
125
+
## 0.0.16 (2025-11-10)
126
126
127
127
### Fixes
128
128
129
129
* 🐛 Fix support for Pydantic v1. PR [#240](https://github.com/fastapi/fastapi-cli/pull/240) by [@patrick91](https://github.com/patrick91).
* 🔧 Configure reminder for `waiting` label in `issue-manager`. PR [#227](https://github.com/fastapi/fastapi-cli/pull/227) by [@YuriiMotov](https://github.com/YuriiMotov).
154
154
* ⬆ [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).
* ⬆ 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).
165
165
166
-
## 0.0.13
166
+
## 0.0.13 (2025-09-20)
167
167
168
168
### Features
169
169
170
170
* ✨ Allow to use `-h` for help. PR [#191](https://github.com/fastapi/fastapi-cli/pull/191) by [@patrick91](https://github.com/patrick91).
* ⬆ [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).
184
184
* ⬆ [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).
185
185
186
-
## 0.0.11
186
+
## 0.0.11 (2025-09-09)
187
187
188
188
### Features
189
189
@@ -215,7 +215,7 @@ $ fastapi run --entrypoint some.importable_module:app_name
215
215
* ⬆ 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).
216
216
* 👷 Detect and label merge conflicts on PRs automatically. PR [#204](https://github.com/fastapi/fastapi-cli/pull/204) by [@svlandeg](https://github.com/svlandeg).
217
217
218
-
## 0.0.10
218
+
## 0.0.10 (2025-08-31)
219
219
220
220
### Features
221
221
@@ -230,13 +230,13 @@ $ fastapi run --entrypoint some.importable_module:app_name
230
230
* ⬆ 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).
231
231
* ⬆ 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).
232
232
233
-
## 0.0.9
233
+
## 0.0.9 (2025-08-31)
234
234
235
235
### Fixes
236
236
237
237
* 🔧 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).
238
238
239
-
## 0.0.8
239
+
## 0.0.8 (2025-07-07)
240
240
241
241
### Features
242
242
@@ -261,7 +261,7 @@ If you want to install `fastapi` with the standard dependencies except for `fast
261
261
* ⬆ 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).
262
262
* ⬆ 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).
263
263
264
-
## 0.0.7
264
+
## 0.0.7 (2024-12-15)
265
265
266
266
### Fixes
267
267
@@ -274,7 +274,7 @@ If you want to install `fastapi` with the standard dependencies except for `fast
274
274
* ⬆ [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).
275
275
* ⬆ 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).
276
276
277
-
## 0.0.6
277
+
## 0.0.6 (2024-12-04)
278
278
279
279
### Features
280
280
@@ -310,7 +310,7 @@ If you want to install `fastapi` with the standard dependencies except for `fast
310
310
* 🔧 Update GitHub Action add-to-project. PR [#66](https://github.com/fastapi/fastapi-cli/pull/66) by [@tiangolo](https://github.com/tiangolo).
311
311
* 👷 Add GitHub Action add-to-project. PR [#65](https://github.com/fastapi/fastapi-cli/pull/65) by [@tiangolo](https://github.com/tiangolo).
312
312
313
-
## 0.0.5
313
+
## 0.0.5 (2024-08-02)
314
314
315
315
### Breaking Changes
316
316
@@ -364,7 +364,7 @@ In a future version, `fastapi-cli` will not include Uvicorn unless it is install
364
364
* 👷 Enable CI tests for Python 3.12. PR [#27](https://github.com/tiangolo/fastapi-cli/pull/27) by [@tiangolo](https://github.com/tiangolo).
@@ -375,7 +375,7 @@ In a future version, `fastapi-cli` will not include Uvicorn unless it is install
375
375
* ⬆ 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).
376
376
* ⬆ 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).
377
377
378
-
## 0.0.3
378
+
## 0.0.3 (2024-05-07)
379
379
380
380
### Features
381
381
@@ -395,7 +395,7 @@ In a future version, `fastapi-cli` will not include Uvicorn unless it is install
395
395
* ⬆ 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).
396
396
* ⬆ 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).
0 commit comments