Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.30.2"
".": "0.31.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.31.0](https://github.com/githubnext/ado-aw/compare/v0.30.2...v0.31.0) (2026-05-19)


### 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))
* **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:** 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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ado-aw"
version = "0.30.2"
version = "0.31.0"
edition = "2024"

[dependencies]
Expand Down