Skip to content

Commit 09658c8

Browse files
chore(main): release 0.31.0
1 parent 99c3ef1 commit 09658c8

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.30.2"
2+
".": "0.31.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.31.0](https://github.com/githubnext/ado-aw/compare/v0.30.2...v0.31.0) (2026-06-01)
4+
5+
6+
### Features
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
* **workflows:** add docs-writer agentic workflow ([#631](https://github.com/githubnext/ado-aw/issues/631)) ([50bd4e0](https://github.com/githubnext/ado-aw/commit/50bd4e0ffd72097b74141762f44dcf45eae003d3))
12+
* **workflows:** add test-reducer agentic workflow ([#626](https://github.com/githubnext/ado-aw/issues/626)) ([4733c76](https://github.com/githubnext/ado-aw/commit/4733c7604c705bcece84e3e9f6f4770aaa591e5c))
13+
* **workflows:** make test-gap-finder open PRs for coverage gaps ([#680](https://github.com/githubnext/ado-aw/issues/680)) ([4087579](https://github.com/githubnext/ado-aw/commit/4087579fa62002e773b957dd6c9fb3f906d90d61))
14+
15+
16+
### Bug Fixes
17+
18+
* **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))
19+
* **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))
20+
* **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))
21+
322
## [0.30.2](https://github.com/githubnext/ado-aw/compare/v0.30.1...v0.30.2) (2026-05-18)
423

524

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ado-aw"
3-
version = "0.30.2"
3+
version = "0.31.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)