From fd4e4693f7d2b2d3911a85bc204c2f1b44578f3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 10:51:25 +0000 Subject: [PATCH] chore(main): release 0.24.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7639d7a..7d62c2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.23.1" + ".": "0.24.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ad03891..a8ed0e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.24.0](https://github.com/githubnext/ado-aw/compare/v0.23.1...v0.24.0) (2026-05-07) + + +### Features + +* **workflows:** add /change-risk slash command for PR risk assessment ([#434](https://github.com/githubnext/ado-aw/issues/434)) ([e787956](https://github.com/githubnext/ado-aw/commit/e787956a9f9519368905affaa71ab32e47d907d6)) + + +### Bug Fixes + +* **logging:** always capture debug logs to file while preserving console verbosity ([#430](https://github.com/githubnext/ado-aw/issues/430)) ([64e9709](https://github.com/githubnext/ado-aw/commit/64e97091c2dd36d08de0315c2c71cc676e9169a1)) +* **safeoutputs:** use sanitize_config for identifier fields instead of sanitize_text ([#433](https://github.com/githubnext/ado-aw/issues/433)) ([ea43b11](https://github.com/githubnext/ado-aw/commit/ea43b11c8b6b63854233289f42667bf621aef3a6)) + ## [0.23.1](https://github.com/githubnext/ado-aw/compare/v0.23.0...v0.23.1) (2026-05-07) diff --git a/Cargo.lock b/Cargo.lock index 62489b4..10a47a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.23.1" +version = "0.24.0" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 38a1963..68be39c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.23.1" +version = "0.24.0" edition = "2024" [dependencies]