Skip to content

Commit 3345a35

Browse files
author
semantic-release
committed
0.4.0
Automatically generated by python-semantic-release
1 parent 584686c commit 3345a35

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
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

@@ -14,12 +38,14 @@
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

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.3.0"
3+
version = "0.4.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)