Skip to content

Commit 45d81b2

Browse files
authored
add release log and bump version (#1347)
1 parent e3f95b9 commit 45d81b2

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

docs/releases.md

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

3+
## 0.20.1
4+
5+
### ✨ Breaking changes
6+
7+
* Note that this is the first non-beta release of ormar with support for Pydantic v2. Check release notes for 0.20.0 and https://collerek.github.io/ormar/0.20.0b1/migration/
8+
9+
### 🐛 Fixes
10+
11+
* Fix merging same target models when using `select_related` with `prefetch_related` [#906](https://github.com/collerek/ormar/issues/906)
12+
* Fix saving related with pk only models [#812](https://github.com/collerek/ormar/issues/812)
13+
* Fix adding the same relation multiple times corrupting relation cache [#1335](https://github.com/collerek/ormar/issues/1335)
14+
15+
### ✨ Features
16+
17+
* Allow adding indexed on foreign keys by @cmflynn [#1276](https://github.com/collerek/ormar/pull/1276)
18+
19+
### 💬 Other
20+
* Some docs fixes by @Chaoyingz, thanks!
21+
22+
23+
324
## 0.20.0
425

526
### ✨ Breaking changes

pyproject.toml

Lines changed: 1 addition & 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.0"
6+
version = "0.20.1"
77
description = "An async ORM with fastapi in mind and pydantic validation."
88
authors = ["Radosław Drążkiewicz <collerek@gmail.com>"]
99
license = "MIT"

0 commit comments

Comments
 (0)