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.31.1"
".": "0.32.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.32.0](https://github.com/githubnext/ado-aw/compare/v0.31.1...v0.32.0) (2026-06-05)


### Features

* **audit:** add `ado-aw audit <build-id-or-url>` command ([#691](https://github.com/githubnext/ado-aw/issues/691)) ([5c33e40](https://github.com/githubnext/ado-aw/commit/5c33e40d1d51a32077597046f490d1ab52ed8111))
* **workflows:** recompile tests/safe-outputs fixtures on each ado-aw release ([#863](https://github.com/githubnext/ado-aw/issues/863)) ([7c6fb23](https://github.com/githubnext/ado-aw/commit/7c6fb230184bad74542ead0a74de1d9a3da5a105))


### Bug Fixes

* **workflows:** add integrity heuristic and per-file compile loop to recompile-safe-output-fixtures ([#868](https://github.com/githubnext/ado-aw/issues/868)) ([665ad0e](https://github.com/githubnext/ado-aw/commit/665ad0e461f09efc2e2ec3e37ff9595507da62a0))
* **workflows:** allow github CDN egress in recompile-safe-output-fixtures ([#864](https://github.com/githubnext/ado-aw/issues/864)) ([abc4959](https://github.com/githubnext/ado-aw/commit/abc49599f97bfe7230e19cfbd9e7e763d55085db))
* **workflows:** broaden allowed-files glob to cover flat tests/safe-outputs layout ([#871](https://github.com/githubnext/ado-aw/issues/871)) ([6d3559f](https://github.com/githubnext/ado-aw/commit/6d3559f7f789a4543ed7edeb6e67fb41aeb8ef4f))
* **workflows:** switch recompile trigger to release:published and drop broken Step 0 ([#869](https://github.com/githubnext/ado-aw/issues/869)) ([039e547](https://github.com/githubnext/ado-aw/commit/039e5478b978cca0853e87313d5d9f2a63b76822))

## [0.31.1](https://github.com/githubnext/ado-aw/compare/v0.31.0...v0.31.1) (2026-06-01)


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.31.1"
version = "0.32.0"
edition = "2024"

[dependencies]
Expand Down