]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.10 0.0.10
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 26 Oct 2023 14:34:49 +0000 (18:34 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 26 Oct 2023 14:34:49 +0000 (18:34 +0400)
docs/release-notes.md
sqlmodel/__init__.py

index 11ad6fc232ef59359c0baa720b507460ef32cc7c..61cd9f66ad0ea94e5b303912c115b1033b4efba8 100644 (file)
@@ -2,8 +2,16 @@
 
 ## Latest Changes
 
-* ðŸ”§ Adopt Ruff for formatting. PR [#679](https://github.com/tiangolo/sqlmodel/pull/679) by [@tiangolo](https://github.com/tiangolo).
+## 0.0.10
+
+### Features
+
 * âœ¨ Add support for all `Field` parameters from Pydantic `1.9.0` and above, make Pydantic `1.9.0` the minimum required version. PR [#440](https://github.com/tiangolo/sqlmodel/pull/440) by [@daniil-berg](https://github.com/daniil-berg).
+
+### Internal
+
+* ðŸ”§ Adopt Ruff for formatting. PR [#679](https://github.com/tiangolo/sqlmodel/pull/679) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.0.9
 
 ### Breaking Changes
index b51084b3fc5946789caae91627252ca51109f2cf..6b65860d305c6686448e892f1b35b60f0e6d0fc2 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.9"
+__version__ = "0.0.10"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_mock_engine as create_mock_engine