Skip to content

Commit a1435ab

Browse files
author
semantic-release
committed
0.4.5
Automatically generated by python-semantic-release
1 parent 2fb664f commit a1435ab

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

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+
513
## v0.3.0 (2025-02-17)
614

715
### Documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "FastSQLA"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
description = "SQLAlchemy extension for FastAPI that supports asynchronous sessions and includes built-in pagination."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)