diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 599665e7..3eb4d505 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.0" + ".": "0.20.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 29edbb96..453afd06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.20.0](https://github.com/githubnext/ado-aw/compare/v0.19.0...v0.20.0) (2026-04-29) + + +### Features + +* **compile:** add awf_path_prepends for chroot PATH injection ([#359](https://github.com/githubnext/ado-aw/issues/359)) ([4576bc3](https://github.com/githubnext/ado-aw/commit/4576bc3978543f52f171acf3a1792b6042d4ff33)) + ## [0.19.0](https://github.com/githubnext/ado-aw/compare/v0.18.2...v0.19.0) (2026-04-29) diff --git a/Cargo.lock b/Cargo.lock index 80a40cbb..5620727c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.19.0" +version = "0.20.0" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 37aa077f..9d12cae9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.19.0" +version = "0.20.0" edition = "2024" [dependencies]