From c17b7fc56dac1c082a544b86d53916760ae73db7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Jul 2026 13:47:04 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.23.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 ac5a757..b12f842 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.23.0 (2026-07-28) + ### Features * ✨ Handle archive size limit. PR [#305](https://github.com/fastapilabs/fastapi-cloud-cli/pull/305) by [@buurro](https://github.com/buurro). diff --git a/src/fastapi_cloud_cli/__init__.py b/src/fastapi_cloud_cli/__init__.py index 4212c29..8b301a7 100644 --- a/src/fastapi_cloud_cli/__init__.py +++ b/src/fastapi_cloud_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.22.2" +__version__ = "0.23.0"