Skip to content

Commit 8fc75a2

Browse files
committed
🔖 Release version 0.0.24
1 parent 4dd1d94 commit 8fc75a2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Latest Changes
44

5+
## 0.0.24 (2026-02-24)
6+
57
### Internal
68

79
* ➖ Drop support for `fastapi-cli-slim`, no more versions will be released, use instead one of: `"fastapi[standard]"`, `"fastapi-cli[standard]"`, `fastapi-cli`. PR [#320](https://github.com/fastapi/fastapi-cli/pull/320) by [@tiangolo](https://github.com/tiangolo).

src/fastapi_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.23"
1+
__version__ = "0.0.24"

0 commit comments

Comments
 (0)