]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.14 0.0.14
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 4 Dec 2023 14:51:20 +0000 (15:51 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Mon, 4 Dec 2023 14:51:20 +0000 (15:51 +0100)
docs/release-notes.md
sqlmodel/__init__.py

index 62806885be4bd83c2ac834bc1742099dd6d22e7e..b2f290013e00e786517b4d63fd5eb57a182ac544 100644 (file)
@@ -2,9 +2,11 @@
 
 ## Latest Changes
 
+## 0.0.14
+
 ### Features
 
-* âœ¨ Add support for Pydantic v2 (while keeping support for v1 if v2 is not available), including initial work by AntonDeMeester. PR [#722](https://github.com/tiangolo/sqlmodel/pull/722) by [@tiangolo](https://github.com/tiangolo).
+* âœ¨ Add support for Pydantic v2 (while keeping support for v1 if v2 is not available). PR [#722](https://github.com/tiangolo/sqlmodel/pull/722) by [@tiangolo](https://github.com/tiangolo) including initial work in PR [#699](https://github.com/tiangolo/sqlmodel/pull/699) by [@AntonDeMeester](https://github.com/AntonDeMeester).
 
 ## 0.0.13
 
index 0062dfaeb787312a6e205cd44cbf41efecebde44..2df3afb51ec26386057c5d4cdcd1aae836f9e7e4 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.13"
+__version__ = "0.0.14"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_engine as create_engine