add release log and bump version (#1347)
This commit is contained in:
@ -1,5 +1,26 @@
|
|||||||
# Release notes
|
# Release notes
|
||||||
|
|
||||||
|
## 0.20.1
|
||||||
|
|
||||||
|
### ✨ Breaking changes
|
||||||
|
|
||||||
|
* 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/
|
||||||
|
|
||||||
|
### 🐛 Fixes
|
||||||
|
|
||||||
|
* Fix merging same target models when using `select_related` with `prefetch_related` [#906](https://github.com/collerek/ormar/issues/906)
|
||||||
|
* Fix saving related with pk only models [#812](https://github.com/collerek/ormar/issues/812)
|
||||||
|
* Fix adding the same relation multiple times corrupting relation cache [#1335](https://github.com/collerek/ormar/issues/1335)
|
||||||
|
|
||||||
|
### ✨ Features
|
||||||
|
|
||||||
|
* Allow adding indexed on foreign keys by @cmflynn [#1276](https://github.com/collerek/ormar/pull/1276)
|
||||||
|
|
||||||
|
### 💬 Other
|
||||||
|
* Some docs fixes by @Chaoyingz, thanks!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 0.20.0
|
## 0.20.0
|
||||||
|
|
||||||
### ✨ Breaking changes
|
### ✨ Breaking changes
|
||||||
|
|||||||
@ -3,7 +3,7 @@ name = "ormar"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ormar"
|
name = "ormar"
|
||||||
version = "0.20.0"
|
version = "0.20.1"
|
||||||
description = "An async ORM with fastapi in mind and pydantic validation."
|
description = "An async ORM with fastapi in mind and pydantic validation."
|
||||||
authors = ["Radosław Drążkiewicz <collerek@gmail.com>"]
|
authors = ["Radosław Drążkiewicz <collerek@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user