From d9dc0f79754263b57b62318b33338b71f6c95054 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 08:15:50 +0000 Subject: [PATCH] chore(main): release 0.28.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fd355144..10d3c38f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.27.0" + ".": "0.28.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b3ec39..8e611759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.28.0](https://github.com/githubnext/ado-aw/compare/v0.27.0...v0.28.0) (2026-05-09) + + +### Features + +* **compile:** add compact `repos:` front-matter syntax with codemod auto-rewrite ([#478](https://github.com/githubnext/ado-aw/issues/478)) ([3e67cfd](https://github.com/githubnext/ado-aw/commit/3e67cfd30ea28153890460bf36ba4db26bce9e30)) +* **compile:** autorewrite front matter via detection-based codemods ([#476](https://github.com/githubnext/ado-aw/issues/476)) ([64bbc73](https://github.com/githubnext/ado-aw/commit/64bbc73a4ea3d53d4bed14ddc4c0166ac6d36887)) + + +### Bug Fixes + +* **safeoutputs:** block VSO command injection via repository alias across Stage 3 PR-safe-output executors ([#482](https://github.com/githubnext/ado-aw/issues/482)) ([6f4a6dd](https://github.com/githubnext/ado-aw/commit/6f4a6dd2642521067bcf955c3db0912245061e8a)) +* **workflow:** add protected-files fallback-to-issue for doc-freshness-check ([#473](https://github.com/githubnext/ado-aw/issues/473)) ([12e273c](https://github.com/githubnext/ado-aw/commit/12e273c18fd3526d0c3d1020a215052b94f196d1)) + ## [0.27.0](https://github.com/githubnext/ado-aw/compare/v0.26.1...v0.27.0) (2026-05-08) diff --git a/Cargo.lock b/Cargo.lock index b9c31b80..366e9a49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.27.0" +version = "0.28.0" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1c2031bf..443edcc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.27.0" +version = "0.28.0" edition = "2024" [dependencies]