Skip to content

Commit e16d5c6

Browse files
chore(main): release 0.21.0
1 parent b66037d commit e16d5c6

4 files changed

Lines changed: 17 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.20.0"
2+
".": "0.21.0"
33
}

CHANGELOG.md

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

3+
## [0.21.0](https://github.com/githubnext/ado-aw/compare/v0.20.0...v0.21.0) (2026-05-02)
4+
5+
6+
### Features
7+
8+
* **executor:** auto-capture ADO build variables in ExecutionContext ([#378](https://github.com/githubnext/ado-aw/issues/378)) ([7575218](https://github.com/githubnext/ado-aw/commit/7575218d288e081082804a82c9af2ca499fbaff5))
9+
* **safe-outputs:** add unified upload-build-artifact safe output ([#380](https://github.com/githubnext/ado-aw/issues/380)) ([b66037d](https://github.com/githubnext/ado-aw/commit/b66037d4b093baa18cb04dfa0792f9fca6d2f9e1))
10+
11+
12+
### Bug Fixes
13+
14+
* **safeoutputs:** enforce add-build-tag scope for build IDs > i32::MAX ([#379](https://github.com/githubnext/ado-aw/issues/379)) ([c533900](https://github.com/githubnext/ado-aw/commit/c53390002c8d7a9d9fa2e83fdb3e636da8f51250))
15+
* **safeoutputs:** sanitize ADO-sourced title and tags in prefix-guard error messages to prevent VSO command injection ([#370](https://github.com/githubnext/ado-aw/issues/370)) ([3fa067f](https://github.com/githubnext/ado-aw/commit/3fa067fd6bee4e14142f879a8011cf992f6b7c92))
16+
317
## [0.20.0](https://github.com/githubnext/ado-aw/compare/v0.19.0...v0.20.0) (2026-04-29)
418

519

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

66
[dependencies]

0 commit comments

Comments
 (0)