diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fee9e312..fabc8782 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.2" + ".": "0.22.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 80129278..d104f14a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.22.3](https://github.com/githubnext/ado-aw/compare/v0.22.2...v0.22.3) (2026-05-05) + + +### Bug Fixes + +* **compile:** show full error chain in batch compile output ([#411](https://github.com/githubnext/ado-aw/issues/411)) ([157ed02](https://github.com/githubnext/ado-aw/commit/157ed02bde1253cc4e31715187962161cd73b256)) + ## [0.22.2](https://github.com/githubnext/ado-aw/compare/v0.22.1...v0.22.2) (2026-05-05) diff --git a/Cargo.lock b/Cargo.lock index 0aa6e605..20715cc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.22.2" +version = "0.22.3" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a724c775..e23a0146 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.22.2" +version = "0.22.3" edition = "2024" [dependencies]