From: github-actions Date: Wed, 17 Jul 2024 02:16:15 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.0.20~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09adc76e3db8c84a54fab8c27ab3e6816d5e0ccc;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index ec4f673e..e24c673a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -16,6 +16,10 @@ * ✏️ 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