From 2d05f4b999834f588f9f393bd1a83289036c7333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 3 Jul 2026 21:21:00 +0200 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release-notes.md b/release-notes.md index 3693befa..818cd3be 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,12 +2,12 @@ ## Latest Changes +## 0.0.28 (2026-07-03) + ### Fixes * 🐛 Fix duplicate Uvicorn logs under FastAPI CLI. PR [#454](https://github.com/fastapi/fastapi-cli/pull/454) by [@patrick91](https://github.com/patrick91). -## 0.0.28 (2026-07-03) - ### Docs * 📝 Update docs badges: remove Publish badge, it doesn't give extra information. PR [#438](https://github.com/fastapi/fastapi-cli/pull/438) by [@tiangolo](https://github.com/tiangolo).