Release 0.12.1 (#998)

This commit is contained in:
collerek
2023-01-29 19:20:16 +07:00
committed by GitHub
parent e076d92798
commit fd77f029c2
3 changed files with 60 additions and 77 deletions

View File

@ -1,3 +1,12 @@
# 0.12.1
## ✨ Features
* Massive performance improvements in area of loading the models due to recursive loads and caching of the models and related models. (by @erichaydel - thanks!) [#853](https://github.com/collerek/ormar/pull/948)
## 💬 Internals
* Benchmarks for comparing performance effect of implemented changes in regard of trends (again, by @erichaydel - thanks!) [#853](https://github.com/collerek/ormar/pull/948)
# 0.12.0
## ✨ Breaking Changes