Skip to content

Commit 440364d

Browse files
chore(main): release 0.32.0
1 parent 3de0690 commit 440364d

4 files changed

Lines changed: 21 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.31.1"
2+
".": "0.32.0"
33
}

CHANGELOG.md

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

3+
## [0.32.0](https://github.com/githubnext/ado-aw/compare/v0.31.1...v0.32.0) (2026-06-07)
4+
5+
6+
### Features
7+
8+
* **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))
9+
* **compile:** add execution-context plugin with PR contributor ([#860](https://github.com/githubnext/ado-aw/issues/860)) ([#865](https://github.com/githubnext/ado-aw/issues/865)) ([3de0690](https://github.com/githubnext/ado-aw/commit/3de0690ac7b09ba7ec4c340f45be685a047c0168))
10+
* **compile:** default executor to System.AccessToken and add always-on Azure CLI ([#873](https://github.com/githubnext/ado-aw/issues/873)) ([ca4a04b](https://github.com/githubnext/ado-aw/commit/ca4a04b156e0631c211eef711bbf6e81d7f9ebc8))
11+
* **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))
12+
13+
14+
### Bug Fixes
15+
16+
* **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))
17+
* **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))
18+
* **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))
19+
* **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))
20+
321
## [0.31.1](https://github.com/githubnext/ado-aw/compare/v0.31.0...v0.31.1) (2026-06-01)
422

523

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

66
[dependencies]

0 commit comments

Comments
 (0)