diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 17ba07c7..b0da9034 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.32.0" + ".": "0.33.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d39da2c9..d06430e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.33.0](https://github.com/githubnext/ado-aw/compare/v0.32.0...v0.33.0) (2026-06-08) + + +### Features + +* **enable:** support GitHub-source pipelines via --service-connection ([#905](https://github.com/githubnext/ado-aw/issues/905)) ([6ab5f9a](https://github.com/githubnext/ado-aw/commit/6ab5f9a50efb44858e166813fe6ea318548353d6)) + + +### Bug Fixes + +* **test:** permit Stage 3 executor SYSTEM_ACCESSTOKEN env mapping ([#887](https://github.com/githubnext/ado-aw/issues/887)) ([e3beb0f](https://github.com/githubnext/ado-aw/commit/e3beb0ff6e15d377d061bcf4fc1ee95e72336215)) + ## [0.32.0](https://github.com/githubnext/ado-aw/compare/v0.31.1...v0.32.0) (2026-06-07) diff --git a/Cargo.lock b/Cargo.lock index 899ee7ef..ef73883e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "ado-aw" -version = "0.32.0" +version = "0.33.0" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index fa489e89..f3c8d9b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.32.0" +version = "0.33.0" edition = "2024" [dependencies]