Skip to content

Commit b3181ed

Browse files
chore(main): release 0.24.0 (#431)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e787956 commit b3181ed

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.23.1"
2+
".": "0.24.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.24.0](https://github.com/githubnext/ado-aw/compare/v0.23.1...v0.24.0) (2026-05-07)
4+
5+
6+
### Features
7+
8+
* **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))
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
* **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))
15+
316
## [0.23.1](https://github.com/githubnext/ado-aw/compare/v0.23.0...v0.23.1) (2026-05-07)
417

518

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ado-aw"
3-
version = "0.23.1"
3+
version = "0.24.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)