Skip to content

Commit 65cb0a9

Browse files
author
semantic-release
committed
3.3.1
Version generated by python-semantic-release [ci skip]
1 parent c3fb840 commit 65cb0a9

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,39 @@
22

33

44

5+
## v3.3.1 (2024-06-18)
6+
7+
### Chore
8+
9+
* chore(deps): update dependency ruff to v0.4.6 (#136)
10+
11+
Co-authored-by: Renovate Bot <[email protected]> ([`b496e04`](https://github.com/dialoguemd/fastapi-sqla/commit/b496e040da5bfbfabac6456cae91452152e45a1c))
12+
13+
* chore(deps): update dependency pydantic to v2.7.2 (#135)
14+
15+
Co-authored-by: Renovate Bot <[email protected]> ([`dd9f8a1`](https://github.com/dialoguemd/fastapi-sqla/commit/dd9f8a1a7acddc58c08e08d33142a427d0095ca4))
16+
17+
* chore(deps): update dependency sqlalchemy to v2.0.30 (#134)
18+
19+
Co-authored-by: Renovate Bot <[email protected]> ([`2e214b1`](https://github.com/dialoguemd/fastapi-sqla/commit/2e214b142fc1122d7506a1a6a46f934929f553d1))
20+
21+
### Fix
22+
23+
* fix: standardize deps and renovate config - DIA-70164 (#138) ([`c3fb840`](https://github.com/dialoguemd/fastapi-sqla/commit/c3fb84096281b1484a4b0eeec7bdd58f7b87d2f7))
24+
25+
526
## v3.3.0 (2024-06-11)
627

728
### Feature
829

930
* feat: Add support for FastAPI Lifespan DIA-69117 (#132) ([`1c87d08`](https://github.com/dialoguemd/fastapi-sqla/commit/1c87d08b8c50a084870640f8cc5c0b5214f7277d))
1031

32+
### Unknown
33+
34+
* 3.3.0
35+
36+
Version generated by python-semantic-release [ci skip] ([`27625b5`](https://github.com/dialoguemd/fastapi-sqla/commit/27625b5a356ff04742ad78874f24a58542c7a5ed))
37+
1138

1239
## v3.2.1 (2024-06-11)
1340

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-sqla"
3-
version = "3.3.0"
3+
version = "3.3.1"
44
description = "SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel, and pytest, ready for production."
55
authors = [
66
"Hadrien David <[email protected]>",

0 commit comments

Comments
 (0)