From bd493afbc29026f56ee890504af10a715529cd0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:03:42 +0000 Subject: [PATCH] chore(main): release 0.35.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b863f412..5ce8e590 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.35.0" + ".": "0.35.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a4e67c..a2690dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.35.1](https://github.com/githubnext/ado-aw/compare/v0.35.0...v0.35.1) (2026-06-11) + + +### Bug Fixes + +* **compile:** repair synthetic-PR gate + Stage step env var plumbing ([#956](https://github.com/githubnext/ado-aw/issues/956)) ([79919bd](https://github.com/githubnext/ado-aw/commit/79919bd2280f0fb17a118df17f824a0e9e504691)) +* **workflows:** allow github-actions[bot] to trigger recompile-safe-output-fixtures ([#958](https://github.com/githubnext/ado-aw/issues/958)) ([5d36dfd](https://github.com/githubnext/ado-aw/commit/5d36dfdc4e214b7b056fa5f9c94586941ced7d8a)) + ## [0.35.0](https://github.com/githubnext/ado-aw/compare/v0.34.3...v0.35.0) (2026-06-10) diff --git a/Cargo.lock b/Cargo.lock index aa8263bd..c52f83bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "ado-aw" -version = "0.35.0" +version = "0.35.1" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 89b553d3..123a4f90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.35.0" +version = "0.35.1" edition = "2024" [dependencies]