🔖 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).