From bbed683a3bc5ceb9b9725688531cbf975bf28bd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:28:21 +0000 Subject: [PATCH] chore(main): release 0.35.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5ce8e590..cf0dd7bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.35.1" + ".": "0.35.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a2690dd2..be3d764b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.35.2](https://github.com/githubnext/ado-aw/compare/v0.35.1...v0.35.2) (2026-06-11) + + +### Bug Fixes + +* **compile:** unify synthetic-PR variable namespace via ado-script ([#972](https://github.com/githubnext/ado-aw/issues/972)) ([0e05b3a](https://github.com/githubnext/ado-aw/commit/0e05b3a01975d23363d65122cd724174f5c1d329)) + ## [0.35.1](https://github.com/githubnext/ado-aw/compare/v0.35.0...v0.35.1) (2026-06-11) diff --git a/Cargo.lock b/Cargo.lock index c52f83bc..0a8a2444 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "ado-aw" -version = "0.35.1" +version = "0.35.2" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 123a4f90..c208b105 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.35.1" +version = "0.35.2" edition = "2024" [dependencies]