Skip to content

Commit f65b7c6

Browse files
author
semantic-release
committed
0.3.0
Automatically generated by python-semantic-release
1 parent edf2310 commit f65b7c6

File tree

2 files changed

+79
-1
lines changed

2 files changed

+79
-1
lines changed

CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# CHANGELOG
2+
3+
## v0.3.0 (2025-02-17)
4+
5+
### Documentation
6+
7+
* docs: fix json response in README.md (#17) ([`8e58a8b`](https://github.com/hadrien/FastSQLA/commit/8e58a8b587831d9356a3270452bbae5258305848))
8+
9+
* docs: link to montreal python (#16) ([`a83a3ca`](https://github.com/hadrien/FastSQLA/commit/a83a3cac627515c4f85ef0339537603be6bcb4b2))
10+
11+
* docs: SLQAlchemy 2.0+ rather than SQLAlchemy 2 (#15) ([`893c479`](https://github.com/hadrien/FastSQLA/commit/893c479797562e3b43d2642921e89ae1299e963e))
12+
13+
* docs: fix image embedded on README.md/index.md (#14) ([`4fe8e9f`](https://github.com/hadrien/FastSQLA/commit/4fe8e9f2483d73c63ff7c7335d1f4e301b377512))
14+
15+
* docs: setup mkdocs-material + add documentation (#13) ([`c8367fc`](https://github.com/hadrien/FastSQLA/commit/c8367fc642a27f61ca7a065df3f04ba16506276a))
16+
17+
### Feature
18+
19+
* feat: add support for SQLModel (#18) ([`edf2310`](https://github.com/hadrien/FastSQLA/commit/edf23107a44908f782786658e5aa44874d64bb36))
20+
21+
### Unknown
22+
23+
* doc: fix typo in README (#12) ([`4e58835`](https://github.com/hadrien/FastSQLA/commit/4e58835c22a613074ba24f5b9840f505a6c56497))
24+
25+
## v0.2.4 (2025-01-27)
26+
27+
### Documentation
28+
29+
* docs: change project name & write a better README (#10) ([`af90cc5`](https://github.com/hadrien/FastSQLA/commit/af90cc5d8451f7184e40c30e942ef5ae43cfc888))
30+
31+
### Fix
32+
33+
* fix: release & publish using new name **FastSQLA** (#11) ([`2ae70e4`](https://github.com/hadrien/FastSQLA/commit/2ae70e42a993d3a351c78fb43fd213f27ea88750))
34+
35+
## v0.2.3 (2025-01-19)
36+
37+
### Fix
38+
39+
* fix: remove SQLAlchemy from project classifiers (#9) ([`264a29e`](https://github.com/hadrien/FastSQLA/commit/264a29e3843c2547716a3d670452bdf837911133))
40+
41+
## v0.2.2 (2025-01-19)
42+
43+
### Chore
44+
45+
* chore: update year in LICENSE (#7) ([`47c6c07`](https://github.com/hadrien/FastSQLA/commit/47c6c07d302f60fc568a11b3ff9897ee74975685))
46+
47+
### Fix
48+
49+
* fix: update package metadata (#8) ([`4956bee`](https://github.com/hadrien/FastSQLA/commit/4956bee5b0a002bf20229026b8cb3701768ae72c))
50+
51+
## v0.2.1 (2025-01-19)
52+
53+
### Chore
54+
55+
* chore: fix changelog ([`c0903c4`](https://github.com/hadrien/FastSQLA/commit/c0903c437a38db953dada3cf51ff8b7f6fe6c80c))
56+
57+
### Fix
58+
59+
* fix: expose pagination API + more tests (#6) ([`7054d97`](https://github.com/hadrien/FastSQLA/commit/7054d9732ad009e3e9cdae8e9eee3274cd476f4c))
60+
61+
## v0.2.0 (2024-09-09)
62+
63+
### Chore
64+
65+
* chore: automatic release & publishing
66+
67+
When merging on master, a release is cut if needed and published on
68+
PyPI. ([`c619b5e`](https://github.com/hadrien/FastSQLA/commit/c619b5e6fa612e72a8b446a266d693b7a02afb9a))
69+
70+
### Feature
71+
72+
* feat: lifespan + session & pagination dependencies (#1) ([`1942e59`](https://github.com/hadrien/FastSQLA/commit/1942e59a13f6457c781ccca512c8d97e79603f7e))
73+
74+
## v0.1.4 (2024-09-07)
75+
76+
### Chore
77+
78+
* chore: initial commit ([`482ad75`](https://github.com/hadrien/FastSQLA/commit/482ad752ce04dd7b8d0acd37d5c1035bb82ee2eb))

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.2.4"
3+
version = "0.3.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)