0.11.1 - Fix deepcopy issues (#695)

* fix deepcopy issues

* bump version, add release changelog
This commit is contained in:
collerek
2022-06-08 19:18:35 +02:00
committed by GitHub
parent d2c4dcad88
commit 4d76934a9d
4 changed files with 150 additions and 127 deletions

View File

@ -1,3 +1,9 @@
# 0.11.1
## 🐛 Fixes
* Fix deepcopy issues introduced in pydantic 1.9 [#685](https://github.com/collerek/ormar/issues/685)
# 0.11.0
## ✨ Breaking Changes