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.
1 parent d66dab2 commit 533aef5Copy full SHA for 533aef5
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v1.1.1 (2025-08-15)
4
+
5
+### Improvements
6
7
+- fix template inspection workflow & script
8
+ - fixing uv supportation compatibility
9
+ - for now, template inspection is running with `uv` package manager
10
11
## v1.1.0 (2025-08-08)
12
13
### Features
src/fastapi_fastkit/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.1.0"
+__version__ = "1.1.1"
import os
0 commit comments