From a6e59bcf7df9063d236e8a9f3192f9db8e586681 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:48:05 +0000 Subject: [PATCH] chore(main): release 0.35.3 --- .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 cf0dd7bd..a86e30f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.35.2" + ".": "0.35.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index be3d764b..db062b63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.35.3](https://github.com/githubnext/ado-aw/compare/v0.35.2...v0.35.3) (2026-06-11) + + +### Bug Fixes + +* **ado-script:** treat unsubstituted ADO macros as empty in synthPr ([#975](https://github.com/githubnext/ado-aw/issues/975)) ([1164c5f](https://github.com/githubnext/ado-aw/commit/1164c5fefbd2d06d46d46e8c64d869f29a6452a2)) + ## [0.35.2](https://github.com/githubnext/ado-aw/compare/v0.35.1...v0.35.2) (2026-06-11) diff --git a/Cargo.lock b/Cargo.lock index 0a8a2444..8a4353f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "ado-aw" -version = "0.35.2" +version = "0.35.3" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c208b105..b5126164 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.35.2" +version = "0.35.3" edition = "2024" [dependencies]