From 510571f08cae92b22d686efcd7c421b288744470 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 17:20:04 +0000 Subject: [PATCH] chore(main): release 0.16.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e79444bd..c485ae23 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0" + ".": "0.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dd75e9b1..e044c487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.16.0](https://github.com/githubnext/ado-aw/compare/v0.15.0...v0.16.0) (2026-04-21) + + +### Features + +* **check:** surface specific violations with unified diff output ([#278](https://github.com/githubnext/ado-aw/issues/278)) ([57618e8](https://github.com/githubnext/ado-aw/commit/57618e8110a57507e1f6f925d819c508ea8297ce)) + + +### Bug Fixes + +* align tool allow lists with gh-aw ([#279](https://github.com/githubnext/ado-aw/issues/279)) ([be3b4c5](https://github.com/githubnext/ado-aw/commit/be3b4c5a128d1f06facfea6bb3cde03d65a97b1d)) +* revert pipeline prompt to $(cat) inline expansion ([#276](https://github.com/githubnext/ado-aw/issues/276)) ([784de06](https://github.com/githubnext/ado-aw/commit/784de069a46be9dd976033a383422c0f5ef61052)) + ## [0.15.0](https://github.com/githubnext/ado-aw/compare/v0.14.0...v0.15.0) (2026-04-21) diff --git a/Cargo.lock b/Cargo.lock index df8b4bd1..b758f265 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.15.0" +version = "0.16.0" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 69bdece8..db219ee2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.15.0" +version = "0.16.0" edition = "2024" [dependencies]