]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.22 0.0.22
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 31 Aug 2024 09:40:12 +0000 (11:40 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 31 Aug 2024 09:40:12 +0000 (11:40 +0200)
docs/release-notes.md
sqlmodel/__init__.py

index f53583484cc630b0ec36caf84310d5337bd4205b..631eb3a58763d68496baf590a54041f57fd8b689 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.0.22
+
 ### Fixes
 
 * 🐛 Fix support for types with `Optional[Annoated[x, f()]]`, e.g. `id: Optional[pydantic.UUID4]`. PR [#1093](https://github.com/fastapi/sqlmodel/pull/1093) by [@tiangolo](https://github.com/tiangolo).
index b02ddc9aa1dd2d89f2041f9f5f92dfdedcc8c452..f62988f4ac3595324140f52bb45637d8d9cf338a 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.21"
+__version__ = "0.0.22"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_engine as create_engine