From 01543aac67a1bb2b54daa354fd5ac33997c36e3f Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 15 Apr 2026 21:44:54 +0000 Subject: [PATCH 1/2] Increment CLI version after release --- cli/azd/CHANGELOG.md | 10 ++++++++++ cli/azd/pkg/azdext/version.go | 2 +- cli/version.txt | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 3dd0a1d1353..816d2e2aeee 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.25.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.24.0-beta.1 (Unreleased) ### Features Added diff --git a/cli/azd/pkg/azdext/version.go b/cli/azd/pkg/azdext/version.go index 4a6cb2e5be5..d36ab3eba82 100644 --- a/cli/azd/pkg/azdext/version.go +++ b/cli/azd/pkg/azdext/version.go @@ -6,4 +6,4 @@ package azdext // Version is the semantic version of the azdext SDK package. // This value mirrors the CLI version in cli/version.txt and is // automatically updated by eng/scripts/Update-CliVersion.ps1. -const Version = "1.24.0" +const Version = "1.25.0-beta.1" diff --git a/cli/version.txt b/cli/version.txt index 53cc1a6f929..f1c6fcdbdeb 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.24.0 +1.25.0-beta.1 From ccffe622a5f4712c2c6ab37226e9f50a5c6b700c Mon Sep 17 00:00:00 2001 From: JeffreyCA Date: Wed, 15 Apr 2026 15:47:43 -0700 Subject: [PATCH 2/2] Remove `1.24.0-beta.1` --- cli/azd/CHANGELOG.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 816d2e2aeee..e1ec765ab30 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -10,16 +10,6 @@ ### Other Changes -## 1.24.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes - ## 1.24.0 (2026-04-14) ### Features Added