Skip to content

Commit 5240e1c

Browse files
authored
Merge branch 'main' into add-reload-dir-option-to-dev-command
2 parents 14a9f0b + 30edf85 commit 5240e1c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

release-notes.md

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

33
## Latest Changes
44

5+
## 0.0.19
6+
7+
### Breaking Changes
8+
9+
* 🔧 Drop support for Python 3.8. PR [#269](https://github.com/fastapi/fastapi-cli/pull/269) by [@patrick91](https://github.com/patrick91).
10+
11+
## 0.0.18
12+
513
### Features
614

715
* ➕ Add `fastapi-new` in `new` optional dependency group. PR [#241](https://github.com/fastapi/fastapi-cli/pull/241) by [@savannahostrowski](https://github.com/savannahostrowski).

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.17"
1+
__version__ = "0.0.19"

0 commit comments

Comments
 (0)