Skip to content

Commit a70b881

Browse files
author
semantic-release
committed
3.2.1
Version generated by python-semantic-release [ci skip]
1 parent b0c9405 commit a70b881

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v3.2.1 (2024-06-11)
6+
7+
### Fix
8+
9+
* fix(semantic-release): use proper version_toml path - DIA-68121 (#133) ([`b0c9405`](https://github.com/dialoguemd/fastapi-sqla/commit/b0c940550f21544bb269e1dc33034b5107134d9a))
10+
11+
512
## v3.2.0 (2024-05-30)
613

714
### Chore
@@ -44,6 +51,12 @@ Co-authored-by: Renovate Bot <[email protected]> ([`adc1ae9
4451

4552
* feat: add python 3.12 support - DIA-68121 (#130) ([`f2531ad`](https://github.com/dialoguemd/fastapi-sqla/commit/f2531adb10e01704508715294b44661c99965757))
4653

54+
### Unknown
55+
56+
* 3.2.0
57+
58+
Version generated by python-semantic-release [ci skip] ([`600d6f1`](https://github.com/dialoguemd/fastapi-sqla/commit/600d6f10907120e2e7f4c2b8bf779dcc5f823ae6))
59+
4760

4861
## v3.1.2 (2024-02-27)
4962

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.1.2"
3+
version = "3.2.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)