chore(release): bump version to 0.1.23

This commit is contained in:
2026-05-11 16:43:46 +08:00
parent 4369272070
commit 2bbe2f5d82
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
authors = [{email = "admin@example.com", name = "admin"}]
description = "FastAPI project generated using minimal-fastapi-postgres-template."
name = "app"
version = "0.1.20"
version = "0.1.23"
requires-python = ">=3.13"
dependencies = [
"alembic>=1.18.3,<2",
+6
View File
@@ -0,0 +1,6 @@
Release v0.1.23
- Bump version to 0.1.23.
- Small packaging and Dockerfile fixes (Dockerfile parse error fixed).
See CHANGELOG.md for historical changes.