]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Wed, 17 Jul 2024 02:16:15 +0000 (02:16 +0000)
committergithub-actions <github-actions@github.com>
Wed, 17 Jul 2024 02:16:15 +0000 (02:16 +0000)
docs/release-notes.md

index ec4f673ea457b2e06ac5ffa0974aaa0c0e2db034..e24c673aac8ee724282517d3ec7ab4aaff2bb23e 100644 (file)
 * ✏️ Fix typo in `sqlmodel/_compat.py`. PR [#950](https://github.com/tiangolo/sqlmodel/pull/950) by [@Highfire1](https://github.com/Highfire1).
 * ✏️ Update pip installation command in tutorial. PR [#975](https://github.com/tiangolo/sqlmodel/pull/975) by [@alejsdev](https://github.com/alejsdev).
 
+### Internal
+
+* 🔨 Update docs Termynal scripts to not include line nums for local dev. PR [#1018](https://github.com/tiangolo/sqlmodel/pull/1018) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.0.19
 
 ### Fixes