Skip to content

Commit fbf6b64

Browse files
author
semantic-release
committed
0.5.0
Automatically generated by python-semantic-release
1 parent 1b8f528 commit fbf6b64

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
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

4+
## v0.5.0 (2025-11-11)
5+
6+
### Features
7+
8+
- Scope Session dependency to `function` ([#28](https://github.com/hadrien/FastSQLA/pull/28),
9+
[`1b8f528`](https://github.com/hadrien/FastSQLA/commit/1b8f52879f1c9b0836de30ff2f2a3e4d54c39f46))
10+
11+
412
## v0.4.6 (2025-10-03)
513

614
### Bug Fixes

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.6"
3+
version = "0.5.0"
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)