]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.16 0.0.16
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 17 Feb 2024 13:53:16 +0000 (14:53 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 17 Feb 2024 13:53:16 +0000 (14:53 +0100)
docs/release-notes.md
sqlmodel/__init__.py

index 1da7afb8152d57e035e435ac039482b031cf7ab7..d97266148e2466d113e8f864ec993b47fe39cfaf 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.0.16
+
 ### Features
 
 * âœ¨ Add new method `.sqlmodel_update()` to update models in place, including an `update` parameter for extra data. And fix implementation for the (now documented) `update` parameter for `.model_validate()`. PR [#804](https://github.com/tiangolo/sqlmodel/pull/804) by [@tiangolo](https://github.com/tiangolo).
index c9629a98b1d291dc31b858fd04b82160cb055c7f..556bba189568b45bbadeca67c220e08d17d65dbe 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.15"
+__version__ = "0.0.16"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_engine as create_engine