Skip to content

Commit 6371743

Browse files
committed
[RELEASE] v1.1.3
1 parent 682e7a3 commit 6371743

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
## v.1.1.2 (2025-09-05)
3+
## 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)
411

512
### Improvements
613

src/fastapi_fastkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.2"
1+
__version__ = "1.1.3"
22

33
import os
44

0 commit comments

Comments
 (0)