From d2b942b6097d0ad6214abe68b0af10d954bc2b16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:05:56 +0000 Subject: [PATCH] chore(main): release 0.19.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd41dfe..599665e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.2" + ".": "0.19.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b64678a..29edbb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.19.0](https://github.com/githubnext/ado-aw/compare/v0.18.2...v0.19.0) (2026-04-29) + + +### Features + +* **compile:** add required_awf_mounts to CompilerExtension for Lean runtime ([#354](https://github.com/githubnext/ado-aw/issues/354)) ([f6f437b](https://github.com/githubnext/ado-aw/commit/f6f437bfd38bd2b6ef5665d55a830f2312a48dc2)) +* **engine:** update default model to claude-opus-4.7 ([#355](https://github.com/githubnext/ado-aw/issues/355)) ([dff681b](https://github.com/githubnext/ado-aw/commit/dff681b21ccc6df07d4f9ef7a1642517c933e5dd)) + ## [0.18.2](https://github.com/githubnext/ado-aw/compare/v0.18.1...v0.18.2) (2026-04-28) diff --git a/Cargo.lock b/Cargo.lock index e2c2899..80a40cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "ado-aw" -version = "0.18.2" +version = "0.19.0" dependencies = [ "ado-aw-derive", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index af0a4cd..37aa077 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ado-aw" -version = "0.18.2" +version = "0.19.0" edition = "2024" [dependencies]