From 1b8b78415f0b2397bbd10b73caaf44c01299b969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 12 Mar 2024 21:55:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release-notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/release-notes.md b/release-notes.md index f125c00d9b..562e8c025b 100644 --- a/release-notes.md +++ b/release-notes.md @@ -4,6 +4,14 @@ ## 0.6.0 +Latest FastAPI, Pydantic, SQLModel 🚀 + +Brand new frontend with React, TS, Vite, Chakra UI, TanStack Query/Router, generated client/SDK 🎨 + +CI/CD - GitHub Actions 🤖 + +Test cov > 90% ✅ + ### Features * ✨ Adopt SQLModel, create models, start using it. PR [#559](https://github.com/tiangolo/full-stack-fastapi-template/pull/559) by [@tiangolo](https://github.com/tiangolo).