diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d62c2fd..c6017c1b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.24.0" + ".": "0.25.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ed0e49..089a70ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.25.0](https://github.com/githubnext/ado-aw/compare/v0.24.0...v0.25.0) (2026-05-07) + + +### Features + +* **runtimes:** add dotnet runtime extension ([#435](https://github.com/githubnext/ado-aw/issues/435)) ([bdfb21c](https://github.com/githubnext/ado-aw/commit/bdfb21cfeb08544ceea7829e9614d07516cf35e1)) + + +### Bug Fixes + +* **compile:** fail pipeline step on AWF download errors ([#439](https://github.com/githubnext/ado-aw/issues/439)) ([367dd9d](https://github.com/githubnext/ado-aw/commit/367dd9d0000e4de2cd5b1f4c63c499907e6b70ff)) + ## [0.24.0](https://github.com/githubnext/ado-aw/compare/v0.23.1...v0.24.0) (2026-05-07) diff --git a/Cargo.lock b/Cargo.lock index 10a47a44..b5100ebc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.24.0" +version = "0.25.0" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 68be39c7..4ea37de5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.24.0" +version = "0.25.0" edition = "2024" [dependencies]