]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Mon, 23 Oct 2023 07:47:04 +0000 (07:47 +0000)
committergithub-actions <github-actions@github.com>
Mon, 23 Oct 2023 07:47:04 +0000 (07:47 +0000)
docs/release-notes.md

index 5e79cf064db1788a71dc36e044bfe992a50ee8fa..969db489aaea2c43d6b6a3ae880380a91ae98cb7 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 🎨 Run pre-commit on all files and autoformat. PR [#666](https://github.com/tiangolo/sqlmodel/pull/666) by [@tiangolo](https://github.com/tiangolo).
 * 👷 Move to Ruff and add pre-commit. PR [#661](https://github.com/tiangolo/sqlmodel/pull/661) by [@tiangolo](https://github.com/tiangolo).
 * ✨ Raise a more clear error when a type is not valid. PR [#425](https://github.com/tiangolo/sqlmodel/pull/425) by [@ddanier](https://github.com/ddanier).
 * 📝 Update outdated link in `docs/db-to-code.md`. PR [#649](https://github.com/tiangolo/sqlmodel/pull/649) by [@MatveyF](https://github.com/MatveyF).