Skip to content

Commit 0c52b6b

Browse files
author
semantic-release
committed
3.4.2
Version generated by python-semantic-release [ci skip]
1 parent e7cf2bd commit 0c52b6b

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33

44

5+
## v3.4.2 (2024-07-29)
6+
7+
### Chore
8+
9+
* chore(deps): update dependency pytest-asyncio to v0.23.8 (#157)
10+
11+
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`8796aa6`](https://github.com/dialoguemd/fastapi-sqla/commit/8796aa638df8d4854eb0203d434f22a69fb61819))
12+
13+
* chore(deps): update dependency sqlmodel to >=0.0.14,<0.0.21 (#156)
14+
15+
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`c3b073b`](https://github.com/dialoguemd/fastapi-sqla/commit/c3b073b10b936c65ece00275b47b57c9b40d47f7))
16+
17+
* chore(deps): update dependency ruff to v0.5.2 (#155)
18+
19+
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`964e0ec`](https://github.com/dialoguemd/fastapi-sqla/commit/964e0ecd08482fecd08dd6b269cd76e1232a3302))
20+
21+
* chore(deps): update dependency tox to v4.16.0 (#154)
22+
23+
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`bb6e7ac`](https://github.com/dialoguemd/fastapi-sqla/commit/bb6e7ac33530380abe45c4e78124cb76b444363d))
24+
25+
* chore(deps): update dependency ruff to v0.5.0 (#152)
26+
27+
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
28+
Co-authored-by: Arthur Loiselle <arthur.loiselle@dialogue.co> ([`4fc7c75`](https://github.com/dialoguemd/fastapi-sqla/commit/4fc7c755a7c14c82845d8a6424e03f1dc67256e2))
29+
30+
* chore(deps): update dependency faker to v26 (#151)
31+
32+
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`ff80bf7`](https://github.com/dialoguemd/fastapi-sqla/commit/ff80bf712c6ebee454e31713c77aec464c34074c))
33+
34+
### Fix
35+
36+
* fix(codeowners): add codeowners (#161) ([`e7cf2bd`](https://github.com/dialoguemd/fastapi-sqla/commit/e7cf2bd2f1177ad93e6ba683b0a2c767969a0b22))
37+
38+
539
## v3.4.1 (2024-06-26)
640

741
### Chore
@@ -18,6 +52,12 @@ Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`83520f6
1852

1953
* fix(deps): use inequality for all dependencies (#150) ([`7700ff0`](https://github.com/dialoguemd/fastapi-sqla/commit/7700ff00061de8815a20a917b65f18b68f718638))
2054

55+
### Unknown
56+
57+
* 3.4.1
58+
59+
Version generated by python-semantic-release [ci skip] ([`0648ff3`](https://github.com/dialoguemd/fastapi-sqla/commit/0648ff362d602b4360f1d1ab7bc71f768464e4a0))
60+
2161

2262
## v3.4.0 (2024-06-25)
2363

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.4.1"
3+
version = "3.4.2"
44
description = "SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel, and pytest, ready for production."
55
authors = [
66
"Hadrien David <hadrien.david@dialogue.co>",

0 commit comments

Comments
 (0)