]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.11 0.0.11
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 29 Oct 2023 09:56:39 +0000 (13:56 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 29 Oct 2023 09:56:39 +0000 (13:56 +0400)
docs/release-notes.md
sqlmodel/__init__.py

index 1cb36ed5f3646167e9db9d8094544f49bc4f2189..fa1525ce85719c5d2d58dbf4a62c5570de54bfe2 100644 (file)
@@ -2,6 +2,9 @@
 
 ## Latest Changes
 
+
+## 0.0.11
+
 ### Features
 
 * âœ¨ Add support for passing a custom SQLAlchemy type to `Field()` with `sa_type`. PR [#505](https://github.com/tiangolo/sqlmodel/pull/505) by [@maru0123-2004](https://github.com/maru0123-2004).
index 6b65860d305c6686448e892f1b35b60f0e6d0fc2..495ac9c8a810cb223b51693b04b0a7ebab99f8e0 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.10"
+__version__ = "0.0.11"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_mock_engine as create_mock_engine