Skip to content

Commit 930f577

Browse files
author
semantic-release
committed
0.4.6
Automatically generated by python-semantic-release
1 parent 37a08c3 commit 930f577

File tree

2 files changed

+116
-33
lines changed

2 files changed

+116
-33
lines changed

CHANGELOG.md

Lines changed: 115 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# Changelog
1+
# CHANGELOG
2+
3+
4+
## v0.4.6 (2025-10-03)
5+
6+
### Bug Fixes
7+
8+
- **changelog**: Set changelog mode to init to regenerate from scratch
9+
([`37a08c3`](https://github.com/hadrien/FastSQLA/commit/37a08c3cce658d1a2bf3a051b129e9dd03330b9d))
10+
211

312
## v0.4.5 (2025-10-03)
413

@@ -8,77 +17,151 @@
817
([`2fb664f`](https://github.com/hadrien/FastSQLA/commit/2fb664f6e435367b1ab5516f2a482820237b7425))
918

1019

20+
## v0.4.4 (2025-10-03)
21+
22+
### Bug Fixes
23+
24+
- **packaging**: Set licence-files to an empty list
25+
([`f98606f`](https://github.com/hadrien/FastSQLA/commit/f98606f2775f5cf661843853a883b9a1c3c80126))
26+
27+
28+
## v0.4.3 (2025-10-03)
29+
30+
### Bug Fixes
31+
32+
- **packaging**: Removing license info from package
33+
([`50a8102`](https://github.com/hadrien/FastSQLA/commit/50a81021f933ff4c038b6d5e26925594c4f89c3d))
34+
35+
36+
## v0.4.2 (2025-10-03)
37+
38+
### Bug Fixes
39+
40+
- **packaging**: Remove license-files from pyproject
41+
([`a7ff4b1`](https://github.com/hadrien/FastSQLA/commit/a7ff4b1ef5c22b5247985c6d5bdf2fa2eed7490c))
42+
43+
44+
## v0.4.1 (2025-10-03)
45+
46+
### Bug Fixes
47+
48+
- Update twine to fix packaging error
49+
([`2ede82d`](https://github.com/hadrien/FastSQLA/commit/2ede82d04c52f11b425b77259efa21a9a65c41a7))
50+
51+
52+
## v0.4.0 (2025-10-03)
53+
54+
### Chores
55+
56+
- Fix a typo in the doc ([#21](https://github.com/hadrien/FastSQLA/pull/21),
57+
[`3b93a98`](https://github.com/hadrien/FastSQLA/commit/3b93a98d780a197b1820a431e33d31bee2130c7a))
58+
59+
- Fix changelog ([#19](https://github.com/hadrien/FastSQLA/pull/19),
60+
[`d9235a9`](https://github.com/hadrien/FastSQLA/commit/d9235a9bf048f72757f157bfce50e9a2224e4ca2))
61+
62+
### Documentation
63+
64+
- Add imports in some examples ([#22](https://github.com/hadrien/FastSQLA/pull/22),
65+
[`986782c`](https://github.com/hadrien/FastSQLA/commit/986782cc235c868b42a82b35d94e0e61a82e8ff5))
66+
67+
- Add llms.txt and llms-full.txt ([#23](https://github.com/hadrien/FastSQLA/pull/23),
68+
[`3be5771`](https://github.com/hadrien/FastSQLA/commit/3be57718b1cb8d0bdb9a0f3e60ec79bf65164819))
69+
70+
- Revamp pagination documentation ([#20](https://github.com/hadrien/FastSQLA/pull/20),
71+
[`0e0423c`](https://github.com/hadrien/FastSQLA/commit/0e0423cb63bd6c01c801ad5747fa55145976fc4e))
72+
73+
### Features
74+
75+
- New_lifespan to allow configuring sqla engine directly
76+
([#25](https://github.com/hadrien/FastSQLA/pull/25),
77+
[`aa2642f`](https://github.com/hadrien/FastSQLA/commit/aa2642ff10e7d0745b005eadd3b43cbd218f740e))
78+
79+
1180
## v0.3.0 (2025-02-17)
1281

1382
### Documentation
1483

15-
* docs: fix json response in README.md (#17) ([`8e58a8b`](https://github.com/hadrien/FastSQLA/commit/8e58a8b587831d9356a3270452bbae5258305848))
84+
- Fix image embedded on README.md/index.md ([#14](https://github.com/hadrien/FastSQLA/pull/14),
85+
[`4fe8e9f`](https://github.com/hadrien/FastSQLA/commit/4fe8e9f2483d73c63ff7c7335d1f4e301b377512))
1686

17-
* docs: link to montreal python (#16) ([`a83a3ca`](https://github.com/hadrien/FastSQLA/commit/a83a3cac627515c4f85ef0339537603be6bcb4b2))
87+
- Fix json response in README.md ([#17](https://github.com/hadrien/FastSQLA/pull/17),
88+
[`8e58a8b`](https://github.com/hadrien/FastSQLA/commit/8e58a8b587831d9356a3270452bbae5258305848))
1889

19-
* docs: SLQAlchemy 2.0+ rather than SQLAlchemy 2 (#15) ([`893c479`](https://github.com/hadrien/FastSQLA/commit/893c479797562e3b43d2642921e89ae1299e963e))
90+
- Link to montreal python ([#16](https://github.com/hadrien/FastSQLA/pull/16),
91+
[`a83a3ca`](https://github.com/hadrien/FastSQLA/commit/a83a3cac627515c4f85ef0339537603be6bcb4b2))
2092

21-
* docs: fix image embedded on README.md/index.md (#14) ([`4fe8e9f`](https://github.com/hadrien/FastSQLA/commit/4fe8e9f2483d73c63ff7c7335d1f4e301b377512))
93+
- Setup mkdocs-material + add documentation ([#13](https://github.com/hadrien/FastSQLA/pull/13),
94+
[`c8367fc`](https://github.com/hadrien/FastSQLA/commit/c8367fc642a27f61ca7a065df3f04ba16506276a))
2295

23-
* docs: setup mkdocs-material + add documentation (#13) ([`c8367fc`](https://github.com/hadrien/FastSQLA/commit/c8367fc642a27f61ca7a065df3f04ba16506276a))
96+
- SLQAlchemy 2.0+ rather than SQLAlchemy 2 ([#15](https://github.com/hadrien/FastSQLA/pull/15),
97+
[`893c479`](https://github.com/hadrien/FastSQLA/commit/893c479797562e3b43d2642921e89ae1299e963e))
2498

25-
* docs: fix typo in README (#12) ([`4e58835`](https://github.com/hadrien/FastSQLA/commit/4e58835c22a613074ba24f5b9840f505a6c56497))
99+
### Features
26100

27-
### Feature
101+
- Add support for SQLModel ([#18](https://github.com/hadrien/FastSQLA/pull/18),
102+
[`edf2310`](https://github.com/hadrien/FastSQLA/commit/edf23107a44908f782786658e5aa44874d64bb36))
28103

29-
* feat: add support for SQLModel (#18) ([`edf2310`](https://github.com/hadrien/FastSQLA/commit/edf23107a44908f782786658e5aa44874d64bb36))
30104

31105
## v0.2.4 (2025-01-27)
32106

33-
### Documentation
107+
### Bug Fixes
34108

35-
* docs: change project name & write a better README (#10) ([`af90cc5`](https://github.com/hadrien/FastSQLA/commit/af90cc5d8451f7184e40c30e942ef5ae43cfc888))
109+
- Release & publish using new name **FastSQLA** ([#11](https://github.com/hadrien/FastSQLA/pull/11),
110+
[`2ae70e4`](https://github.com/hadrien/FastSQLA/commit/2ae70e42a993d3a351c78fb43fd213f27ea88750))
36111

37-
### Fix
112+
### Documentation
113+
114+
- Change project name & write a better README ([#10](https://github.com/hadrien/FastSQLA/pull/10),
115+
[`af90cc5`](https://github.com/hadrien/FastSQLA/commit/af90cc5d8451f7184e40c30e942ef5ae43cfc888))
38116

39-
* fix: release & publish using new name **FastSQLA** (#11) ([`2ae70e4`](https://github.com/hadrien/FastSQLA/commit/2ae70e42a993d3a351c78fb43fd213f27ea88750))
40117

41118
## v0.2.3 (2025-01-19)
42119

43-
### Fix
120+
### Bug Fixes
121+
122+
- Remove SQLAlchemy from project classifiers ([#9](https://github.com/hadrien/FastSQLA/pull/9),
123+
[`264a29e`](https://github.com/hadrien/FastSQLA/commit/264a29e3843c2547716a3d670452bdf837911133))
44124

45-
* fix: remove SQLAlchemy from project classifiers (#9) ([`264a29e`](https://github.com/hadrien/FastSQLA/commit/264a29e3843c2547716a3d670452bdf837911133))
46125

47126
## v0.2.2 (2025-01-19)
48127

49-
### Chore
128+
### Bug Fixes
129+
130+
- Update package metadata ([#8](https://github.com/hadrien/FastSQLA/pull/8),
131+
[`4956bee`](https://github.com/hadrien/FastSQLA/commit/4956bee5b0a002bf20229026b8cb3701768ae72c))
50132

51-
* chore: update year in LICENSE (#7) ([`47c6c07`](https://github.com/hadrien/FastSQLA/commit/47c6c07d302f60fc568a11b3ff9897ee74975685))
133+
### Chores
52134

53-
### Fix
135+
- Update year in LICENSE ([#7](https://github.com/hadrien/FastSQLA/pull/7),
136+
[`47c6c07`](https://github.com/hadrien/FastSQLA/commit/47c6c07d302f60fc568a11b3ff9897ee74975685))
54137

55-
* fix: update package metadata (#8) ([`4956bee`](https://github.com/hadrien/FastSQLA/commit/4956bee5b0a002bf20229026b8cb3701768ae72c))
56138

57139
## v0.2.1 (2025-01-19)
58140

59-
### Chore
141+
### Bug Fixes
142+
143+
- Expose pagination API + more tests ([#6](https://github.com/hadrien/FastSQLA/pull/6),
144+
[`7054d97`](https://github.com/hadrien/FastSQLA/commit/7054d9732ad009e3e9cdae8e9eee3274cd476f4c))
60145

61-
* chore: fix changelog ([`c0903c4`](https://github.com/hadrien/FastSQLA/commit/c0903c437a38db953dada3cf51ff8b7f6fe6c80c))
146+
### Chores
62147

63-
### Fix
148+
- Fix changelog
149+
([`c0903c4`](https://github.com/hadrien/FastSQLA/commit/c0903c437a38db953dada3cf51ff8b7f6fe6c80c))
64150

65-
* fix: expose pagination API + more tests (#6) ([`7054d97`](https://github.com/hadrien/FastSQLA/commit/7054d9732ad009e3e9cdae8e9eee3274cd476f4c))
66151

67152
## v0.2.0 (2024-09-09)
68153

69-
### Chore
154+
### Chores
70155

71-
* chore: automatic release & publishing
156+
- Automatic release & publishing
157+
([`c619b5e`](https://github.com/hadrien/FastSQLA/commit/c619b5e6fa612e72a8b446a266d693b7a02afb9a))
72158

73-
When merging on master, a release is cut if needed and published on
74-
PyPI. ([`c619b5e`](https://github.com/hadrien/FastSQLA/commit/c619b5e6fa612e72a8b446a266d693b7a02afb9a))
159+
### Features
75160

76-
### Feature
161+
- Lifespan + session & pagination dependencies ([#1](https://github.com/hadrien/FastSQLA/pull/1),
162+
[`1942e59`](https://github.com/hadrien/FastSQLA/commit/1942e59a13f6457c781ccca512c8d97e79603f7e))
77163

78-
* feat: lifespan + session & pagination dependencies (#1) ([`1942e59`](https://github.com/hadrien/FastSQLA/commit/1942e59a13f6457c781ccca512c8d97e79603f7e))
79164

80165
## v0.1.4 (2024-09-07)
81166

82-
### Chore
83-
84-
* chore: initial commit ([`482ad75`](https://github.com/hadrien/FastSQLA/commit/482ad752ce04dd7b8d0acd37d5c1035bb82ee2eb))
167+
- Initial Release

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.5"
3+
version = "0.4.6"
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)