Skip to content

Commit fbdd56d

Browse files
chore(main): release 0.22.0
1 parent d3aad31 commit fbdd56d

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.21.0"
2+
".": "0.22.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.22.0](https://github.com/githubnext/ado-aw/compare/v0.21.0...v0.22.0) (2026-05-05)
4+
5+
6+
### Features
7+
8+
* **runtimes:** add unified Node.js and Python runtime extensions ([#400](https://github.com/githubnext/ado-aw/issues/400)) ([991621a](https://github.com/githubnext/ado-aw/commit/991621a2843f29e7590a5d033b6a0eecceebdab5))
9+
* **safe-outputs:** rename upload-build-artifact to upload-build-attachment and add upload-pipeline-artifact ([#404](https://github.com/githubnext/ado-aw/issues/404)) ([d3aad31](https://github.com/githubnext/ado-aw/commit/d3aad31ced47309c7c9388e816f0981e1e769d8d))
10+
11+
12+
### Bug Fixes
13+
14+
* **security:** neutralize pipeline commands in execute_safe_outputs Err arm ([#405](https://github.com/githubnext/ado-aw/issues/405)) ([da83c03](https://github.com/githubnext/ado-aw/commit/da83c0312070e7fab2ef3329734c3680b9239210))
15+
* **security:** neutralize VSO pipeline commands in Stage 3 log output ([#396](https://github.com/githubnext/ado-aw/issues/396)) ([ea76888](https://github.com/githubnext/ado-aw/commit/ea7688812b951c923abaee0514e5e0c46d1826ed))
16+
317
## [0.21.0](https://github.com/githubnext/ado-aw/compare/v0.20.0...v0.21.0) (2026-05-02)
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.21.0"
3+
version = "0.22.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)