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
+28-22Lines changed: 28 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@
4
4
5
5
### Internal
6
6
7
+
* 🔨 Add pre-commit hook to ensure latest release header has date. PR [#323](https://github.com/fastapi/fastapi-cli/pull/323) by [@YuriiMotov](https://github.com/YuriiMotov).
8
+
* ⬆ Bump ruff from 0.15.8 to 0.15.9. PR [#354](https://github.com/fastapi/fastapi-cli/pull/354) by [@dependabot[bot]](https://github.com/apps/dependabot).
9
+
* ⬆ Bump ty from 0.0.27 to 0.0.28. PR [#355](https://github.com/fastapi/fastapi-cli/pull/355) by [@dependabot[bot]](https://github.com/apps/dependabot).
10
+
* ⬆ Bump mypy from 1.19.1 to 1.20.0. PR [#351](https://github.com/fastapi/fastapi-cli/pull/351) by [@dependabot[bot]](https://github.com/apps/dependabot).
11
+
* ⬆ Bump fastapi from 0.135.2 to 0.135.3. PR [#353](https://github.com/fastapi/fastapi-cli/pull/353) by [@dependabot[bot]](https://github.com/apps/dependabot).
12
+
* ⬆ Bump ty from 0.0.26 to 0.0.27. PR [#352](https://github.com/fastapi/fastapi-cli/pull/352) by [@dependabot[bot]](https://github.com/apps/dependabot).
7
13
* ⬆ Bump ruff from 0.15.7 to 0.15.8. PR [#347](https://github.com/fastapi/fastapi-cli/pull/347) by [@dependabot[bot]](https://github.com/apps/dependabot).
8
14
* ⬆ Bump fastapi from 0.135.1 to 0.135.2. PR [#345](https://github.com/fastapi/fastapi-cli/pull/345) by [@dependabot[bot]](https://github.com/apps/dependabot).
9
15
* ⬆ Bump ty from 0.0.25 to 0.0.26. PR [#348](https://github.com/fastapi/fastapi-cli/pull/348) by [@dependabot[bot]](https://github.com/apps/dependabot).
@@ -45,7 +51,7 @@
45
51
* ⬆ 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).
46
52
* ⬆ 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).
47
53
48
-
## 0.0.23
54
+
## 0.0.23 (2026-02-16)
49
55
50
56
### Breaking Changes
51
57
@@ -55,7 +61,7 @@
55
61
56
62
* 🎨 Update format and types for Python 3.10. PR [#310](https://github.com/fastapi/fastapi-cli/pull/310) by [@tiangolo](https://github.com/tiangolo).
57
63
58
-
## 0.0.22
64
+
## 0.0.22 (2026-02-16)
59
65
60
66
### Internal
61
67
@@ -69,7 +75,7 @@
69
75
* ⬆ 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).
70
76
* ➕ Replace test dependency on `fastapi-slim` with `fastapi`. PR [#301](https://github.com/fastapi/fastapi-cli/pull/301) by [@musicinmybrain](https://github.com/musicinmybrain).
71
77
72
-
## 0.0.21
78
+
## 0.0.21 (2026-02-11)
73
79
74
80
### Internal
75
81
@@ -103,19 +109,19 @@
103
109
* ⬆ 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).
104
110
* 👷 Add pre-commit workflow. PR [#266](https://github.com/fastapi/fastapi-cli/pull/266) by [@YuriiMotov](https://github.com/YuriiMotov).
105
111
106
-
## 0.0.20
112
+
## 0.0.20 (2025-12-22)
107
113
108
114
### Features
109
115
110
116
* ✨ Add --reload-dir option to dev command. PR [#267](https://github.com/fastapi/fastapi-cli/pull/267) by [@patrick91](https://github.com/patrick91).
111
117
112
-
## 0.0.19
118
+
## 0.0.19 (2025-12-22)
113
119
114
120
### Breaking Changes
115
121
116
122
* 🔧 Drop support for Python 3.8. PR [#269](https://github.com/fastapi/fastapi-cli/pull/269) by [@patrick91](https://github.com/patrick91).
117
123
118
-
## 0.0.18
124
+
## 0.0.18 (2025-12-22)
119
125
120
126
### Features
121
127
@@ -125,7 +131,7 @@
125
131
126
132
* 🐛 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).
127
133
128
-
## 0.0.17
134
+
## 0.0.17 (2025-12-22)
129
135
130
136
### Upgrades
131
137
@@ -146,13 +152,13 @@
146
152
* ⬆ 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).
147
153
* ⬆ [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).
148
154
149
-
## 0.0.16
155
+
## 0.0.16 (2025-11-10)
150
156
151
157
### Fixes
152
158
153
159
* 🐛 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).
178
184
* ⬆ [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).
189
195
190
-
## 0.0.13
196
+
## 0.0.13 (2025-09-20)
191
197
192
198
### Features
193
199
194
200
* ✨ 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).
208
214
* ⬆ [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).
209
215
210
-
## 0.0.11
216
+
## 0.0.11 (2025-09-09)
211
217
212
218
### Features
213
219
@@ -239,7 +245,7 @@ $ fastapi run --entrypoint some.importable_module:app_name
239
245
* ⬆ 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).
240
246
* 👷 Detect and label merge conflicts on PRs automatically. PR [#204](https://github.com/fastapi/fastapi-cli/pull/204) by [@svlandeg](https://github.com/svlandeg).
241
247
242
-
## 0.0.10
248
+
## 0.0.10 (2025-08-31)
243
249
244
250
### Features
245
251
@@ -254,13 +260,13 @@ $ fastapi run --entrypoint some.importable_module:app_name
254
260
* ⬆ 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).
255
261
* ⬆ 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).
256
262
257
-
## 0.0.9
263
+
## 0.0.9 (2025-08-31)
258
264
259
265
### Fixes
260
266
261
267
* 🔧 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).
262
268
263
-
## 0.0.8
269
+
## 0.0.8 (2025-07-07)
264
270
265
271
### Features
266
272
@@ -285,7 +291,7 @@ If you want to install `fastapi` with the standard dependencies except for `fast
285
291
* ⬆ 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).
286
292
* ⬆ 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).
287
293
288
-
## 0.0.7
294
+
## 0.0.7 (2024-12-15)
289
295
290
296
### Fixes
291
297
@@ -298,7 +304,7 @@ If you want to install `fastapi` with the standard dependencies except for `fast
298
304
* ⬆ [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).
299
305
* ⬆ 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).
300
306
301
-
## 0.0.6
307
+
## 0.0.6 (2024-12-04)
302
308
303
309
### Features
304
310
@@ -334,7 +340,7 @@ If you want to install `fastapi` with the standard dependencies except for `fast
334
340
* 🔧 Update GitHub Action add-to-project. PR [#66](https://github.com/fastapi/fastapi-cli/pull/66) by [@tiangolo](https://github.com/tiangolo).
335
341
* 👷 Add GitHub Action add-to-project. PR [#65](https://github.com/fastapi/fastapi-cli/pull/65) by [@tiangolo](https://github.com/tiangolo).
336
342
337
-
## 0.0.5
343
+
## 0.0.5 (2024-08-02)
338
344
339
345
### Breaking Changes
340
346
@@ -388,7 +394,7 @@ In a future version, `fastapi-cli` will not include Uvicorn unless it is install
388
394
* 👷 Enable CI tests for Python 3.12. PR [#27](https://github.com/tiangolo/fastapi-cli/pull/27) by [@tiangolo](https://github.com/tiangolo).
@@ -399,7 +405,7 @@ In a future version, `fastapi-cli` will not include Uvicorn unless it is install
399
405
* ⬆ 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).
400
406
* ⬆ 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).
401
407
402
-
## 0.0.3
408
+
## 0.0.3 (2024-05-07)
403
409
404
410
### Features
405
411
@@ -419,7 +425,7 @@ In a future version, `fastapi-cli` will not include Uvicorn unless it is install
419
425
* ⬆ 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).
420
426
* ⬆ 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