File tree Expand file tree Collapse file tree 2 files changed +30
-4
lines changed Expand file tree Collapse file tree 2 files changed +30
-4
lines changed Original file line number Diff line number Diff line change 1- # Changelog
1+ # CHANGELOG
2+
3+ ## v0.4.0 (2025-10-03)
4+
5+ ### Chore
6+
7+ * chore: fix a typo in the doc (#21 ) ([ ` 3b93a98 ` ] ( https://github.com/hadrien/FastSQLA/commit/3b93a98d780a197b1820a431e33d31bee2130c7a ) )
8+
9+ * chore: fix changelog (#19 ) ([ ` d9235a9 ` ] ( https://github.com/hadrien/FastSQLA/commit/d9235a9bf048f72757f157bfce50e9a2224e4ca2 ) )
10+
11+ ### Documentation
12+
13+ * docs: add llms.txt and llms-full.txt (#23 ) ([ ` 3be5771 ` ] ( https://github.com/hadrien/FastSQLA/commit/3be57718b1cb8d0bdb9a0f3e60ec79bf65164819 ) )
14+
15+ * docs: add imports in some examples (#22 )
16+
17+ * docs: add imports in some examples
18+
19+ * 💅 ([ ` 986782c ` ] ( https://github.com/hadrien/FastSQLA/commit/986782cc235c868b42a82b35d94e0e61a82e8ff5 ) )
20+
21+ * docs: revamp pagination documentation (#20 ) ([ ` 0e0423c ` ] ( https://github.com/hadrien/FastSQLA/commit/0e0423cb63bd6c01c801ad5747fa55145976fc4e ) )
22+
23+ ### Feature
24+
25+ * feat: new_lifespan to allow configuring sqla engine directly (#25 ) ([ ` 584686c ` ] ( https://github.com/hadrien/FastSQLA/commit/584686c47bbea246b26f8b6e93b4b4209ea8611a ) )
226
327## v0.3.0 (2025-02-17)
428
1438
1539* docs: setup mkdocs-material + add documentation (#13 ) ([ ` c8367fc ` ] ( https://github.com/hadrien/FastSQLA/commit/c8367fc642a27f61ca7a065df3f04ba16506276a ) )
1640
17- * docs: fix typo in README (#12 ) ([ ` 4e58835 ` ] ( https://github.com/hadrien/FastSQLA/commit/4e58835c22a613074ba24f5b9840f505a6c56497 ) )
18-
1941### Feature
2042
2143* feat: add support for SQLModel (#18 ) ([ ` edf2310 ` ] ( https://github.com/hadrien/FastSQLA/commit/edf23107a44908f782786658e5aa44874d64bb36 ) )
2244
45+ ### Unknown
46+
47+ * doc: fix typo in README (#12 ) ([ ` 4e58835 ` ] ( https://github.com/hadrien/FastSQLA/commit/4e58835c22a613074ba24f5b9840f505a6c56497 ) )
48+
2349## v0.2.4 (2025-01-27)
2450
2551### Documentation
Original file line number Diff line number Diff line change 11[project ]
22name = " FastSQLA"
3- version = " 0.3 .0"
3+ version = " 0.4 .0"
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