diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca1ac01..93fcfa2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.11" + ".": "0.1.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b9973..c095afd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/lahfir/agent-desktop/compare/v0.1.11...v0.1.12) (2026-04-16) + + +### Features + +* progressive skeleton traversal with ref-rooted drill-down ([#20](https://github.com/lahfir/agent-desktop/issues/20)) ([c17f2fa](https://github.com/lahfir/agent-desktop/commit/c17f2fae7abbbe2c914a050fa9e9be5fca9c6af0)) + ## [0.1.11](https://github.com/lahfir/agent-desktop/compare/v0.1.10...v0.1.11) (2026-03-03) diff --git a/Cargo.toml b/Cargo.toml index b451ae6..8f88a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" edition = "2021" rust-version = "1.78" license = "Apache-2.0" -version = "0.1.11" # x-release-please-version +version = "0.1.12" # x-release-please-version [workspace.dependencies] clap = { version = "4.5", features = ["derive"] } diff --git a/npm/package.json b/npm/package.json index dde1af5..c7994f2 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "agent-desktop", - "version": "0.1.11", + "version": "0.1.12", "description": "AI agent tool for observing and controlling desktop applications via native OS accessibility trees", "license": "Apache-2.0", "repository": {