From 44dc7a973d725984d1de8a43bafec1e6b6b5c66b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 16:36:02 +0000 Subject: [PATCH] chore(main): release 0.25.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c6017c1..5c3f297 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.25.0" + ".": "0.25.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 089a70a..3f0c587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.25.1](https://github.com/githubnext/ado-aw/compare/v0.25.0...v0.25.1) (2026-05-07) + + +### Bug Fixes + +* **safeoutputs:** support glob wildcards anywhere in allowed-tags patterns ([#442](https://github.com/githubnext/ado-aw/issues/442)) ([17e372c](https://github.com/githubnext/ado-aw/commit/17e372ca42a992aed5a24ef30e89d16977d7bb39)) +* **workflows:** simplify change-risk to use add-comment instead of PR review ([#443](https://github.com/githubnext/ado-aw/issues/443)) ([4f2f188](https://github.com/githubnext/ado-aw/commit/4f2f188f38132cf5151720ffd33e06db12e1c9f4)) + ## [0.25.0](https://github.com/githubnext/ado-aw/compare/v0.24.0...v0.25.0) (2026-05-07) diff --git a/Cargo.lock b/Cargo.lock index b5100eb..7df45ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.25.0" +version = "0.25.1" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4ea37de..ac2e3d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.25.0" +version = "0.25.1" edition = "2024" [dependencies]