🔖 Release version 0.0.11

This commit is contained in:
Sebastián Ramírez 2023-10-29 13:56:39 +04:00
parent 0b2d015fc4
commit dacc1fa9ca
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Latest Changes
## 0.0.11
### Features
* ✨ Add support for passing a custom SQLAlchemy type to `Field()` with `sa_type`. PR [#505](https://github.com/tiangolo/sqlmodel/pull/505) by [@maru0123-2004](https://github.com/maru0123-2004).

View File

@ -1,4 +1,4 @@
__version__ = "0.0.10"
__version__ = "0.0.11"
# Re-export from SQLAlchemy
from sqlalchemy.engine import create_mock_engine as create_mock_engine