🔖 Release version 0.0.11
This commit is contained in:
parent
0b2d015fc4
commit
dacc1fa9ca
@ -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).
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user