From ed5ca1b4401fdef4f80d11e7bce74c6e86732c54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Jun 2026 17:04:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.22.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 ecc83c4..65a2f4b 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.22.0 (2026-06-30) + ### Features * ✨ Add cloud apps update command. PR [#280](https://github.com/fastapilabs/fastapi-cloud-cli/pull/280) by [@patrick91](https://github.com/patrick91). diff --git a/src/fastapi_cloud_cli/__init__.py b/src/fastapi_cloud_cli/__init__.py index 6a726d8..5963297 100644 --- a/src/fastapi_cloud_cli/__init__.py +++ b/src/fastapi_cloud_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.21.0" +__version__ = "0.22.0"