From 803ee0ca7ae89da137bbc09bc03b0ca39b832da5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Jul 2026 17:18:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.0.30?= 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 45aa3e08..686401c0 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.30 (2026-07-15) + ### Refactors * 🎨 Update CLI to use new design from `fastapi-cloud-cli`. PR [#470](https://github.com/fastapi/fastapi-cli/pull/470) by [@patrick91](https://github.com/patrick91). diff --git a/src/fastapi_cli/__init__.py b/src/fastapi_cli/__init__.py index a3024cf7..ca5c44e9 100644 --- a/src/fastapi_cli/__init__.py +++ b/src/fastapi_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.0.29" +__version__ = "0.0.30"