From e2894c3a7eaf7996763702efbe58595731e2415c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:33:52 +0000 Subject: [PATCH] chore(main): release 0.8.3 --- .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 9d85190..820b532 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.2" + ".": "0.8.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c22de7..ea351d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.8.3](https://github.com/githubnext/ado-aw/compare/v0.8.2...v0.8.3) (2026-04-02) + + +### Bug Fixes + +* handle string WikiType enum from ADO API in branch resolution ([#122](https://github.com/githubnext/ado-aw/issues/122)) ([7914169](https://github.com/githubnext/ado-aw/commit/791416976e805e440fe60a5829f79ebca2143cdb)) +* resolve check command source path from repo root ([#120](https://github.com/githubnext/ado-aw/issues/120)) ([a057598](https://github.com/githubnext/ado-aw/commit/a05759895352aa6504fa62ab74bde3ee62a9e25e)) + ## [0.8.2](https://github.com/githubnext/ado-aw/compare/v0.8.1...v0.8.2) (2026-04-02) diff --git a/Cargo.lock b/Cargo.lock index b15c23d..4c98bcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.8.2" +version = "0.8.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e64246e..b156452 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.8.2" +version = "0.8.3" edition = "2024" [dependencies]