From: Sebastián Ramírez Date: Tue, 30 Aug 2022 17:47:41 +0000 (+0200) Subject: 🔖 Release version 0.0.8 X-Git-Tag: 0.0.8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3e1a66a21d91c86c91f1d23c2b8afc3c8c4c6c9;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔖 Release version 0.0.8 --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 0fa25e9b..3338520b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,9 @@ ## Latest Changes + +## 0.0.8 + ### Fixes * 🐛 Fix auto detecting and setting `nullable`, allowing overrides in field. PR [#423](https://github.com/tiangolo/sqlmodel/pull/423) by [@JonasKs](https://github.com/JonasKs).