diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fabc8782..427a33af 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.3" + ".": "0.22.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d104f14a..9c9464fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.22.4](https://github.com/githubnext/ado-aw/compare/v0.22.3...v0.22.4) (2026-05-06) + + +### Bug Fixes + +* **execute:** don't overwrite env-derived ADO context with None CLI args ([#413](https://github.com/githubnext/ado-aw/issues/413)) ([aa8a09f](https://github.com/githubnext/ado-aw/commit/aa8a09f294629c78bb10686333b499a2f828a8e0)) + ## [0.22.3](https://github.com/githubnext/ado-aw/compare/v0.22.2...v0.22.3) (2026-05-05) diff --git a/Cargo.lock b/Cargo.lock index 20715cc7..25f0c817 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.22.3" +version = "0.22.4" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e23a0146..70431ad5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.22.3" +version = "0.22.4" edition = "2024" [dependencies]