diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f9e42d63..3009aa9e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.0" + ".": "0.22.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ff60f9..23026fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.22.1](https://github.com/githubnext/ado-aw/compare/v0.22.0...v0.22.1) (2026-05-05) + + +### Bug Fixes + +* **compile:** remove empty env block from executor step when no write permissions ([#407](https://github.com/githubnext/ado-aw/issues/407)) ([0f25f06](https://github.com/githubnext/ado-aw/commit/0f25f060747c669f2c8b2c9f044c46a5b71ebcc2)) + ## [0.22.0](https://github.com/githubnext/ado-aw/compare/v0.21.0...v0.22.0) (2026-05-05) diff --git a/Cargo.lock b/Cargo.lock index 4119c260..a54ab322 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.22.0" +version = "0.22.1" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 03aa853e..6c27c1d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.22.0" +version = "0.22.1" edition = "2024" [dependencies]