From a713c5354488502186bb5bdd726b4632d21492a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Jul 2026 11:32:08 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.0.32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release-notes.md | 2 ++ src/fastapi_cli/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index 6a74279a..2892aa37 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.32 (2026-07-16) + ### Features * ✨ Set FASTAPI_ENV when running fastapi dev. PR [#477](https://github.com/fastapi/fastapi-cli/pull/477) by [@patrick91](https://github.com/patrick91). diff --git a/src/fastapi_cli/__init__.py b/src/fastapi_cli/__init__.py index 08a59cb9..8ab049ee 100644 --- a/src/fastapi_cli/__init__.py +++ b/src/fastapi_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.0.31" +__version__ = "0.0.32"