From 522577cfdc40694ddc3dda1b88f0762c160aae66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 04:01:35 -0700 Subject: [PATCH] chore(main): release 0.1.13 (#27) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- npm/package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 93fcfa2..0ebd1f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.12" + ".": "0.1.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c095afd..114016b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.13](https://github.com/lahfir/agent-desktop/compare/v0.1.12...v0.1.13) (2026-04-17) + + +### Features + +* **ffi:** ship C-ABI cdylib with review hardening and release pipeline ([#26](https://github.com/lahfir/agent-desktop/issues/26)) ([3cffbd6](https://github.com/lahfir/agent-desktop/commit/3cffbd67f6b27f42001643bef9fd2530cb7f9003)) + ## [0.1.12](https://github.com/lahfir/agent-desktop/compare/v0.1.11...v0.1.12) (2026-04-16) diff --git a/Cargo.toml b/Cargo.toml index 3b0f34b..17d5f9a 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.12" # x-release-please-version +version = "0.1.13" # x-release-please-version [workspace.dependencies] clap = { version = "4.5", features = ["derive"] } diff --git a/npm/package.json b/npm/package.json index c7994f2..dad91e7 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "agent-desktop", - "version": "0.1.12", + "version": "0.1.13", "description": "AI agent tool for observing and controlling desktop applications via native OS accessibility trees", "license": "Apache-2.0", "repository": {