You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Release notes
2
2
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)
0 commit comments