🔖 Release version 0.0.7

This commit is contained in:
Sebastián Ramírez 2022-08-28 01:59:44 +02:00
parent e7848923ec
commit f9522b3913
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Latest Changes
## 0.0.7
### Features
* ✨ Allow setting `unique` in `Field()` for a column. PR [#83](https://github.com/tiangolo/sqlmodel/pull/83) by [@raphaelgibson](https://github.com/raphaelgibson).

View File

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