Skip to content

Commit 724b32f

Browse files
chore(main): release 0.16.0 (#277)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 57618e8 commit 724b32f

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.15.0"
2+
".": "0.16.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.16.0](https://github.com/githubnext/ado-aw/compare/v0.15.0...v0.16.0) (2026-04-21)
4+
5+
6+
### Features
7+
8+
* **check:** surface specific violations with unified diff output ([#278](https://github.com/githubnext/ado-aw/issues/278)) ([57618e8](https://github.com/githubnext/ado-aw/commit/57618e8110a57507e1f6f925d819c508ea8297ce))
9+
10+
11+
### Bug Fixes
12+
13+
* align tool allow lists with gh-aw ([#279](https://github.com/githubnext/ado-aw/issues/279)) ([be3b4c5](https://github.com/githubnext/ado-aw/commit/be3b4c5a128d1f06facfea6bb3cde03d65a97b1d))
14+
* revert pipeline prompt to $(cat) inline expansion ([#276](https://github.com/githubnext/ado-aw/issues/276)) ([784de06](https://github.com/githubnext/ado-aw/commit/784de069a46be9dd976033a383422c0f5ef61052))
15+
316
## [0.15.0](https://github.com/githubnext/ado-aw/compare/v0.14.0...v0.15.0) (2026-04-21)
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.15.0"
3+
version = "0.16.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)