Skip to content

Commit f5990ae

Browse files
chore(main): release 0.36.0 (#991)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9fc05f3 commit f5990ae

4 files changed

Lines changed: 23 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.35.3"
2+
".": "0.36.0"
33
}

CHANGELOG.md

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

3+
## [0.36.0](https://github.com/githubnext/ado-aw/compare/v0.35.3...v0.36.0) (2026-06-15)
4+
5+
6+
### Features
7+
8+
* **compile:** native ADO pipeline IR ([#960](https://github.com/githubnext/ado-aw/issues/960)) ([9a18b0e](https://github.com/githubnext/ado-aw/commit/9a18b0ed0ecc1d85c5a54f1c1e57183b22b1c2af))
9+
* **exec-context:** add 7 trigger-context contributors with shared/ refactor ([#1019](https://github.com/githubnext/ado-aw/issues/1019)) ([816ba39](https://github.com/githubnext/ado-aw/commit/816ba39368ba1a308fdc7c7de46c9a770edfb27d))
10+
* **inspect:** add IR-based pipeline reasoning tools (inspect, graph, whatif, lint, catalog, trace, mcp-author) ([#998](https://github.com/githubnext/ado-aw/issues/998)) ([64e59bc](https://github.com/githubnext/ado-aw/commit/64e59bc6d1cabc2129695ad114512c1a50951325))
11+
* **ir:** add tasks module with typed helper for PublishTestResults@2 ([#1012](https://github.com/githubnext/ado-aw/issues/1012)) ([e6489b8](https://github.com/githubnext/ado-aw/commit/e6489b8828d8aa77d6ffb05e198910fe5ae278da))
12+
* **ir:** add typed helper for CopyFiles@2 ([#1017](https://github.com/githubnext/ado-aw/issues/1017)) ([f56b150](https://github.com/githubnext/ado-aw/commit/f56b1502cd666ddd41e5265b1cef59bafe35ab8c))
13+
* **ir:** add typed helper for DockerInstaller@0 ([#1015](https://github.com/githubnext/ado-aw/issues/1015)) ([ca64336](https://github.com/githubnext/ado-aw/commit/ca64336c809b9303ed25024bb892409b1bacee19))
14+
* **ir:** add typed helper for DotNetCoreCLI@2 ([#1025](https://github.com/githubnext/ado-aw/issues/1025)) ([74e7bea](https://github.com/githubnext/ado-aw/commit/74e7bead730b84b4d9bd3c6a2806043c8fcbae6f))
15+
* **workflows:** add ado-task-ir-contributor agentic workflow ([#1004](https://github.com/githubnext/ado-aw/issues/1004)) ([79b357d](https://github.com/githubnext/ado-aw/commit/79b357d2457ae1c22ffc2de91c5cd5ac9b605f5e))
16+
17+
18+
### Bug Fixes
19+
20+
* **ir:** reject cross-pipeline duplicate StepIds; strict de-indent in lower_raw_yaml; document EnvValue::Literal contract ([#992](https://github.com/githubnext/ado-aw/issues/992)) ([28403fe](https://github.com/githubnext/ado-aw/commit/28403fe5027709438c7004c8c62dbc0be6190a87))
21+
* **validate:** block workspace alias shell injection in generated bash steps ([#1018](https://github.com/githubnext/ado-aw/issues/1018)) ([e7bf9c4](https://github.com/githubnext/ado-aw/commit/e7bf9c419d03cc7ad35bf42fe62b140f6679e008))
22+
323
## [0.35.3](https://github.com/githubnext/ado-aw/compare/v0.35.2...v0.35.3) (2026-06-11)
424

525

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

66
[dependencies]

0 commit comments

Comments
 (0)