update release notes (#818)

This commit is contained in:
collerek
2022-09-07 12:55:37 +02:00
committed by GitHub
parent 0103a18734
commit 3cd33e6d8b
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,20 @@
# 0.11.3
## ✨ Features
* Document `onupdate` and `ondelete` referential actions in `ForeignKey` and provide `ReferentialAction` enum to specify the behavior of the relationship (by @SepehrBazyar - thanks!) [#724](https://github.com/collerek/ormar/issues/724)
* Add `CheckColumn` to supported constraints in models Meta (by @SepehrBazyar - thanks!) [#729](https://github.com/collerek/ormar/issues/729)
## 🐛 Fixes
* Fix limiting query result to 0 should return empty list (by @SepehrBazyar - thanks!) [#766](https://github.com/collerek/ormar/issues/713)
## 💬 Other
* Add dark mode to docs (by @SepehrBazyar - thanks!) [#717](https://github.com/collerek/ormar/pull/717)
* Update aiomysql dependency [#778](https://github.com/collerek/ormar/issues/778)
# 0.11.2
## 🐛 Fixes

View File

@ -3,7 +3,7 @@ name = "ormar"
[tool.poetry]
name = "ormar"
version = "0.11.2"
version = "0.11.3"
description = "A simple async ORM with fastapi in mind and pydantic validation."
authors = ["Radosław Drążkiewicz <collerek@gmail.com>"]
license = "MIT"