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 682e7a3 commit 6371743Copy full SHA for 6371743
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Changelog
2
3
-## v.1.1.2 (2025-09-05)
+## v1.1.3 (2025-09-13)
4
+
5
+### Templates
6
7
+- add `fastapi-single-module` template
8
+- update `fastapi-psql-orm` template : fix dockerfile & docker-compose.yml scripts errors
9
10
+## v1.1.2 (2025-09-05)
11
12
### Improvements
13
src/fastapi_fastkit/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.1.2"
+__version__ = "1.1.3"
import os
0 commit comments