chore(main): release 0.4.0 (#66)

* chore(main): release 0.4.0

* chore: sync cargo lock for release 1.85

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-06-24 18:01:36 -04:00 committed by GitHub
parent dbb2be639e
commit d560d59945
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 20 additions and 9 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.3.1"
".": "0.4.0"
}

View file

@ -2,6 +2,17 @@
## Unreleased
## [0.4.0](https://github.com/lahfir/agent-desktop/compare/v0.3.1...v0.4.0) (2026-06-24)
### ⚠ BREAKING CHANGES
* the version command no longer accepts --json; it always emits the standard JSON envelope.
### Refactoring
* over-engineering audit cleanup ([#64](https://github.com/lahfir/agent-desktop/issues/64)) ([dbb2be6](https://github.com/lahfir/agent-desktop/commit/dbb2be639ecc1f979031818259f587f951086b3c))
## [0.3.1](https://github.com/lahfir/agent-desktop/compare/v0.3.0...v0.3.1) (2026-06-21)

12
Cargo.lock generated
View file

@ -13,7 +13,7 @@ dependencies = [
[[package]]
name = "agent-desktop"
version = "0.3.1"
version = "0.4.0"
dependencies = [
"agent-desktop-core",
"agent-desktop-linux",
@ -29,7 +29,7 @@ dependencies = [
[[package]]
name = "agent-desktop-core"
version = "0.3.1"
version = "0.4.0"
dependencies = [
"base64",
"libc",
@ -43,7 +43,7 @@ dependencies = [
[[package]]
name = "agent-desktop-ffi"
version = "0.3.1"
version = "0.4.0"
dependencies = [
"agent-desktop-core",
"agent-desktop-linux",
@ -56,7 +56,7 @@ dependencies = [
[[package]]
name = "agent-desktop-linux"
version = "0.3.1"
version = "0.4.0"
dependencies = [
"agent-desktop-core",
"thiserror",
@ -64,7 +64,7 @@ dependencies = [
[[package]]
name = "agent-desktop-macos"
version = "0.3.1"
version = "0.4.0"
dependencies = [
"accessibility-sys",
"agent-desktop-core",
@ -82,7 +82,7 @@ dependencies = [
[[package]]
name = "agent-desktop-windows"
version = "0.3.1"
version = "0.4.0"
dependencies = [
"agent-desktop-core",
"thiserror",

View file

@ -6,7 +6,7 @@ resolver = "2"
edition = "2024"
rust-version = "1.85"
license = "Apache-2.0"
version = "0.3.1" # x-release-please-version
version = "0.4.0" # x-release-please-version
[workspace.dependencies]
clap = { version = "4.6", features = ["derive"] }

View file

@ -1,6 +1,6 @@
{
"name": "agent-desktop",
"version": "0.3.1",
"version": "0.4.0",
"description": "AI agent tool for observing and controlling desktop applications via native OS accessibility trees",
"license": "Apache-2.0",
"repository": {