diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bc60637b..73e9e639 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.0" + ".": "0.18.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2220f8b4..63f69253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.18.1](https://github.com/githubnext/ado-aw/compare/v0.18.0...v0.18.1) (2026-04-28) + + +### Bug Fixes + +* **compile:** anchor source/pipeline paths to trigger repo, not workspace ([#342](https://github.com/githubnext/ado-aw/issues/342)) ([0845490](https://github.com/githubnext/ado-aw/commit/0845490ab874a84d98f6edc33f8482371ca52d73)) +* **compile:** pin LF eol on managed gitattributes entries ([#340](https://github.com/githubnext/ado-aw/issues/340)) ([8efb5fb](https://github.com/githubnext/ado-aw/commit/8efb5fb1bb1b4e73b5b84c5e16ed862ca39c615a)) + ## [0.18.0](https://github.com/githubnext/ado-aw/compare/v0.17.1...v0.18.0) (2026-04-28) diff --git a/Cargo.lock b/Cargo.lock index 19448296..9a336758 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.18.0" +version = "0.18.1" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 6c5fc417..a1b1ce7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.18.0" +version = "0.18.1" edition = "2024" [dependencies]