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.28.0"
".": "0.29.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.29.0](https://github.com/githubnext/ado-aw/compare/v0.28.0...v0.29.0) (2026-05-14)


### Features

* **compile:** add target: job and target: stage for ADO template output ([#519](https://github.com/githubnext/ado-aw/issues/519)) ([8df9682](https://github.com/githubnext/ado-aw/commit/8df9682f664bf00011a1a32b9a4bc62b09268a56))
* **compile:** unify pool front-matter replacement across targets ([#538](https://github.com/githubnext/ado-aw/issues/538)) ([7806369](https://github.com/githubnext/ado-aw/commit/7806369766d3837de5a11cdf9f359ec2a63c59b3))
* **safeoutputs:** add work-item filing to noop and missing-tool safe outputs ([#521](https://github.com/githubnext/ado-aw/issues/521)) ([c1bf552](https://github.com/githubnext/ado-aw/commit/c1bf552440be7f39108eef6266d121970ade1fc7))


### Bug Fixes

* **cache-memory:** reject symlinks in agent memory to prevent Stage 3 credential theft ([#524](https://github.com/githubnext/ado-aw/issues/524)) ([f311d36](https://github.com/githubnext/ado-aw/commit/f311d364258ba0b3faae7ac5629f3e56b5c3950a))
* **ci:** move docs deploy workflow to top-level .github/workflows ([#539](https://github.com/githubnext/ado-aw/issues/539)) ([dcb2b33](https://github.com/githubnext/ado-aw/commit/dcb2b33fa1d06280a08bd3caf0589d08960350d7))
* **safeoutputs:** neutralize Stage 3 upload message command injection paths ([#501](https://github.com/githubnext/ado-aw/issues/501)) ([45cd552](https://github.com/githubnext/ado-aw/commit/45cd55271d0a8fc8d273f7ce11ac501030f7b9d6))

## [0.28.0](https://github.com/githubnext/ado-aw/compare/v0.27.0...v0.28.0) (2026-05-09)


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.28.0"
version = "0.29.0"
edition = "2024"

[dependencies]
Expand Down