From 4bf4fd65ca5136cf8e644b7c6a066da9e66d008f Mon Sep 17 00:00:00 2001 From: "pr-submit[bot]" Date: Thu, 10 Sep 2026 16:46:41 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.26.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release-notes.md | 2 ++ src/fastapi_cloud_cli/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index 9ff3a94..5fbef26 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.26.0 (2026-09-10) + ### Features * ✨ Show backend build failure guidance. PR [#354](https://github.com/fastapilabs/fastapi-cloud-cli/pull/354) by [@patrick91](https://github.com/patrick91). diff --git a/src/fastapi_cloud_cli/__init__.py b/src/fastapi_cloud_cli/__init__.py index 6fea77c..7c4a959 100644 --- a/src/fastapi_cloud_cli/__init__.py +++ b/src/fastapi_cloud_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.25.0" +__version__ = "0.26.0"