🔖 Release version 0.0.28

This commit is contained in:
Sebastián Ramírez
2025-12-23 17:39:28 +01:00
parent f8873ef1b7
commit 59adbe76a6
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
## Latest Changes
## 0.0.28
### Fixes
* 🐛 Fix `RuntimeError: dictionary changed size during iteration` in `sqlmodel_update()`. PR [#997](https://github.com/fastapi/sqlmodel/pull/997) by [@BartSchuurmans](https://github.com/BartSchuurmans).

View File

@@ -1,4 +1,4 @@
__version__ = "0.0.27"
__version__ = "0.0.28"
# Re-export from SQLAlchemy
from sqlalchemy.engine import create_engine as create_engine