diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 73e9e63..dd41dfe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.1" + ".": "0.18.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f6925..b64678a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.2](https://github.com/githubnext/ado-aw/compare/v0.18.1...v0.18.2) (2026-04-28) + + +### Bug Fixes + +* **compile:** use workingDirectory for integrity check instead of absolute path ([#346](https://github.com/githubnext/ado-aw/issues/346)) ([0ce9238](https://github.com/githubnext/ado-aw/commit/0ce9238331d2983cecfc20e9a6a1de96d3bf0938)) + ## [0.18.1](https://github.com/githubnext/ado-aw/compare/v0.18.0...v0.18.1) (2026-04-28) diff --git a/Cargo.lock b/Cargo.lock index 9a33675..e2c2899 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.18.1" +version = "0.18.2" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a1b1ce7..af0a4cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.18.1" +version = "0.18.2" edition = "2024" [dependencies]