]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.28 0.0.28
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 23 Dec 2025 16:39:28 +0000 (17:39 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 23 Dec 2025 16:39:28 +0000 (17:39 +0100)
docs/release-notes.md
sqlmodel/__init__.py

index 23b96cca83ec5c551993d36f4c4e8410c63146f2..32b4ff44910a626ec0b2191fd2220dfdba9edf6c 100644 (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).
index 9175458980aceed5145e6989e5bc7f3f43840a79..788fbb71bec889c6d0983968ebbf4fa758ff732a 100644 (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