From 194c98842c83524ac57895872ee1108d4303b0c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Jul 2026 09:21:04 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.0.31?= 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 07e48b9e..abca5649 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.31 (2026-07-16) + ### Refactors * ✨ Trim default startup output and add --verbose to dev and run. PR [#471](https://github.com/fastapi/fastapi-cli/pull/471) by [@patrick91](https://github.com/patrick91). diff --git a/src/fastapi_cli/__init__.py b/src/fastapi_cli/__init__.py index ca5c44e9..08a59cb9 100644 --- a/src/fastapi_cli/__init__.py +++ b/src/fastapi_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.0.30" +__version__ = "0.0.31"