File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " FastSQLA"
3- version = " 0.5.0 "
3+ version = " 0.5.1 "
44description = " SQLAlchemy extension for FastAPI that supports asynchronous sessions and includes built-in pagination."
55readme = " README.md"
66requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments