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 2fb664f commit a1435abCopy full SHA for a1435ab
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
<!-- version list -->
4
5
+## v0.4.5 (2025-10-03)
6
+
7
+### Bug Fixes
8
9
+- **changelog**: Add insertion_flag as expected by python-semantic-release
10
+ ([`2fb664f`](https://github.com/hadrien/FastSQLA/commit/2fb664f6e435367b1ab5516f2a482820237b7425))
11
12
13
## v0.3.0 (2025-02-17)
14
15
### Documentation
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "FastSQLA"
-version = "0.4.4"
+version = "0.4.5"
description = "SQLAlchemy extension for FastAPI that supports asynchronous sessions and includes built-in pagination."
readme = "README.md"
requires-python = ">=3.12"
0 commit comments