]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Mon, 29 Apr 2024 22:58:36 +0000 (22:58 +0000)
committergithub-actions <github-actions@github.com>
Mon, 29 Apr 2024 22:58:36 +0000 (22:58 +0000)
docs/release-notes.md

index 1fef70b248d9f1df007597d6c0b9278f85017d15..b55bdcdc8e973e28b099c8dfe7ed9664ba3c214e 100644 (file)
@@ -13,6 +13,7 @@
 
 ### Internal
 
+* 🔧 Migrate from Poetry to PDM for the internal build config. PR [#912](https://github.com/tiangolo/sqlmodel/pull/912) by [@tiangolo](https://github.com/tiangolo).
 * 🔧 Update MkDocs, disable cards while I can upgrade to the latest MkDocs Material, that fixes an issue with social cards. PR [#888](https://github.com/tiangolo/sqlmodel/pull/888) by [@tiangolo](https://github.com/tiangolo).
 * 👷 Add cron to run test once a week on monday. PR [#869](https://github.com/tiangolo/sqlmodel/pull/869) by [@estebanx64](https://github.com/estebanx64).
 * ⬆️ Upgrade Ruff version and configs. PR [#859](https://github.com/tiangolo/sqlmodel/pull/859) by [@tiangolo](https://github.com/tiangolo).