🔖 Release version 0.0.6

This commit is contained in:
Sebastián Ramírez 2021-12-28 12:27:33 +01:00
parent 9203df6af1
commit 7fcd4fd7c5
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Latest Changes
## 0.0.6
### Breaking Changes
**SQLModel** no longer creates indexes by default for every column, indexes are now opt-in. You can read more about it in PR [#205](https://github.com/tiangolo/sqlmodel/pull/205).

View File

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