🔖 Release version 0.0.20

This commit is contained in:
Sebastián Ramírez 2024-07-16 21:53:24 -05:00
parent 438480f128
commit b8d7f4ff67
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Latest Changes
## 0.0.20
### Features
* ✨ Add official UUID support, docs and tests, internally using new SQLAlchemy 2.0 types. Initial PR [#992](https://github.com/tiangolo/sqlmodel/pull/992) by [@estebanx64](https://github.com/estebanx64).

View File

@ -1,4 +1,4 @@
__version__ = "0.0.19"
__version__ = "0.0.20"
# Re-export from SQLAlchemy
from sqlalchemy.engine import create_engine as create_engine