We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14a9f0b + 30edf85 commit 5240e1cCopy full SHA for 5240e1c
release-notes.md
@@ -2,6 +2,14 @@
2
3
## Latest Changes
4
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
13
### Features
14
15
* ➕ 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
@@ -1 +1 @@
1
-__version__ = "0.0.17"
+__version__ = "0.0.19"
0 commit comments