Skip to content

Commit 409ae5a

Browse files
authored
bump version and release notes (#1415)
1 parent c530d40 commit 409ae5a

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

docs/releases.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Release notes
22

3+
## 0.20.2
4+
5+
### 🐛 Fixes
6+
7+
* Fix mutable default argument in translate list to dict - thanks @cadlagtrader [#1382](https://github.com/collerek/ormar/pull/1382)
8+
* Fix fastapi docs - thanks @inktrap [#1362](https://github.com/collerek/ormar/pull/1362)
9+
* Fix clashing many to many fields names [#1407](https://github.com/collerek/ormar/pull/1407)
10+
11+
### 💬 Other
12+
* Add official support for python 3.12 - thanks @ChristopherMacGown [#1395](https://github.com/collerek/ormar/pull/1395)
13+
* Unpin pydantic allowing pydantic versions <2.9.0 - thanks @camillol [#1388](https://github.com/collerek/ormar/pull/1388)
14+
15+
16+
# Release notes
17+
318
## 0.20.1
419

520
### ✨ Breaking changes

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ormar"
33

44
[tool.poetry]
55
name = "ormar"
6-
version = "0.20.1"
6+
version = "0.20.2"
77
description = "An async ORM with fastapi in mind and pydantic validation."
88
authors = ["Radosław Drążkiewicz <collerek@gmail.com>"]
99
license = "MIT"
@@ -36,6 +36,7 @@ classifiers = [
3636
"Programming Language :: Python :: 3.9",
3737
"Programming Language :: Python :: 3.10",
3838
"Programming Language :: Python :: 3.11",
39+
"Programming Language :: Python :: 3.12",
3940
"Programming Language :: Python :: 3 :: Only",
4041
]
4142

0 commit comments

Comments
 (0)