Skip to content

Commit cc5c271

Browse files
author
semantic-release
committed
0.5.1
Automatically generated by python-semantic-release
1 parent 3a3893f commit cc5c271

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# CHANGELOG
22

33

4+
## v0.5.1 (2026-01-10)
5+
6+
### Bug Fixes
7+
8+
- Allow lifespan to receive app=None ([#30](https://github.com/hadrien/FastSQLA/pull/30),
9+
[`3a3893f`](https://github.com/hadrien/FastSQLA/commit/3a3893f5d76ab0a93cd78323666c8bdee5a225c7))
10+
11+
### Chores
12+
13+
- Update LICENSE
14+
([`065b853`](https://github.com/hadrien/FastSQLA/commit/065b85320d9d48190520563fa767b11d57edac9f))
15+
16+
- Upgrade docs dependencies and fix build issues
17+
([#29](https://github.com/hadrien/FastSQLA/pull/29),
18+
[`8a8f456`](https://github.com/hadrien/FastSQLA/commit/8a8f456b530e76db7d1d6dab1c98bd0c4591f8ce))
19+
20+
421
## v0.5.0 (2025-11-11)
522

623
### Features

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.5.0"
3+
version = "0.5.1"
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)