diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f63e8234..8200893f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.30.0" + ".": "0.30.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 79163c94..fbcb95a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.30.1](https://github.com/githubnext/ado-aw/compare/v0.30.0...v0.30.1) (2026-05-18) + + +### Bug Fixes + +* **tests:** isolate fixtures from codemod rewrites and bump Windows debug stack ([#613](https://github.com/githubnext/ado-aw/issues/613)) ([a628d09](https://github.com/githubnext/ado-aw/commit/a628d09c4b00a2a61a02c3b213c7a2b9e944f5d0)) + ## [0.30.0](https://github.com/githubnext/ado-aw/compare/v0.29.0...v0.30.0) (2026-05-18) diff --git a/Cargo.lock b/Cargo.lock index 959db0e2..90920a00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.30.0" +version = "0.30.1" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 52df37d2..07fb025b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.30.0" +version = "0.30.1" edition = "2024" [dependencies]