From 0a10959ade11a7b60d0e33e70042d790b69591b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 09:57:17 +0000 Subject: [PATCH] chore(main): release 0.30.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) 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]