Skip to content

Commit

Permalink
add release log and bump version (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
collerek authored Jun 9, 2024
1 parent e3f95b9 commit 45d81b2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# 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

### ✨ Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ormar"

[tool.poetry]
name = "ormar"
version = "0.20.0"
version = "0.20.1"
description = "An async ORM with fastapi in mind and pydantic validation."
authors = ["Radosław Drążkiewicz <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 45d81b2

Please sign in to comment.