From 94dabd179b63e9d9173e408666d17710540869d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 06:55:53 +0000 Subject: [PATCH] chore(main): release 0.31.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 740ce8c3..c49c5107 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.30.2" + ".": "0.31.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 910dc60f..32725965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.31.0](https://github.com/githubnext/ado-aw/compare/v0.30.2...v0.31.0) (2026-05-20) + + +### Features + +* **cli:** check for newer GitHub release on every user-facing command ([#637](https://github.com/githubnext/ado-aw/issues/637)) ([7d197f1](https://github.com/githubnext/ado-aw/commit/7d197f1553ad037af39cb78cab679a437ceb9fd1)) +* **compile:** runtime prompt loading via {{#runtime-import}} markers ([#625](https://github.com/githubnext/ado-aw/issues/625)) ([6ad1816](https://github.com/githubnext/ado-aw/commit/6ad18164e47c76e54502e0347aa5f59ce93c8bf2)) +* **secrets:** add --all-repos and --source via Pipeline Preview discovery ([#624](https://github.com/githubnext/ado-aw/issues/624)) ([6d4c824](https://github.com/githubnext/ado-aw/commit/6d4c8247242de8ed50cfa7903ec76d38744f5859)) +* **workflows:** add docs-writer agentic workflow ([#631](https://github.com/githubnext/ado-aw/issues/631)) ([50bd4e0](https://github.com/githubnext/ado-aw/commit/50bd4e0ffd72097b74141762f44dcf45eae003d3)) +* **workflows:** add test-reducer agentic workflow ([#626](https://github.com/githubnext/ado-aw/issues/626)) ([4733c76](https://github.com/githubnext/ado-aw/commit/4733c7604c705bcece84e3e9f6f4770aaa591e5c)) + + +### Bug Fixes + +* **compile:** normalize absolute input paths in generate_header_comment ([#645](https://github.com/githubnext/ado-aw/issues/645)) ([7a0d268](https://github.com/githubnext/ado-aw/commit/7a0d2687e9280c8816c5db0dcb2ee024b052418c)) +* **site:** create runtime-imports page and fix broken relative link in filter-ir.mdx ([#654](https://github.com/githubnext/ado-aw/issues/654)) ([ad1b44b](https://github.com/githubnext/ado-aw/commit/ad1b44be257a3630ad09b4d29b8f8b3d6ade048e)) +* **site:** restore correct --sl-color-black in light mode for search box contrast ([#646](https://github.com/githubnext/ado-aw/issues/646)) ([f63a1a6](https://github.com/githubnext/ado-aw/commit/f63a1a663eccfe731c8210ed5f9d9d38c17233f8)) + ## [0.30.2](https://github.com/githubnext/ado-aw/compare/v0.30.1...v0.30.2) (2026-05-18) diff --git a/Cargo.lock b/Cargo.lock index f788df59..1b2ef2ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.30.2" +version = "0.31.0" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 01b1ee1b..f452bbd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.30.2" +version = "0.31.0" edition = "2024" [dependencies]