Skip to content

Commit b0f88f1

Browse files
committed
🔖 Release version 0.0.2
1 parent c795130 commit b0f88f1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

release-notes.md

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

33
## Latest Changes
44

5+
## 0.0.2
6+
7+
First public working version. 🚀
8+
59
### Fixes
610

711
* 👷 Tweak CI testing and fix import error detection for Python 3.8. PR [#8](https://github.com/tiangolo/fastapi-cli/pull/8) 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.1"
1+
__version__ = "0.0.2"

0 commit comments

Comments
 (0)