🔖 Release version 0.0.6
This commit is contained in:
parent
9203df6af1
commit
7fcd4fd7c5
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## Latest Changes
|
## Latest Changes
|
||||||
|
|
||||||
|
|
||||||
|
## 0.0.6
|
||||||
|
|
||||||
### Breaking Changes
|
### 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).
|
**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).
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
__version__ = "0.0.5"
|
__version__ = "0.0.6"
|
||||||
|
|
||||||
# Re-export from SQLAlchemy
|
# Re-export from SQLAlchemy
|
||||||
from sqlalchemy.engine import create_mock_engine as create_mock_engine
|
from sqlalchemy.engine import create_mock_engine as create_mock_engine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user