🔖 Release version 0.0.14

This commit is contained in:
Sebastián Ramírez 2023-12-04 15:51:20 +01:00
parent bd24013a26
commit b892504141
2 changed files with 4 additions and 2 deletions

View File

@ -2,9 +2,11 @@
## Latest Changes
## 0.0.14
### Features
* ✨ Add support for Pydantic v2 (while keeping support for v1 if v2 is not available), including initial work by AntonDeMeester. PR [#722](https://github.com/tiangolo/sqlmodel/pull/722) by [@tiangolo](https://github.com/tiangolo).
* ✨ Add support for Pydantic v2 (while keeping support for v1 if v2 is not available). PR [#722](https://github.com/tiangolo/sqlmodel/pull/722) by [@tiangolo](https://github.com/tiangolo) including initial work in PR [#699](https://github.com/tiangolo/sqlmodel/pull/699) by [@AntonDeMeester](https://github.com/AntonDeMeester).
## 0.0.13

View File

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