chore(main): release agent-desktop 0.1.2

This commit is contained in:
github-actions[bot] 2026-02-23 09:03:37 +00:00 committed by GitHub
parent 91c76777cb
commit e58c0732c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.1.2"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [0.1.2](https://github.com/lahfir/agent-desktop/compare/agent-desktop-v0.1.1...agent-desktop-v0.1.2) (2026-02-23)
### Bug Fixes
* use macos-latest for both build targets ([91c7677](https://github.com/lahfir/agent-desktop/commit/91c76777cb7ee864b45e14d123c79c08f0c2d5b9))
## [0.1.1](https://github.com/lahfir/agent-desktop/compare/agent-desktop-v0.1.0...agent-desktop-v0.1.1) (2026-02-23)

View file

@ -6,7 +6,7 @@ resolver = "2"
edition = "2021"
rust-version = "1.78"
license = "Apache-2.0"
version = "0.1.1" # x-release-please-version
version = "0.1.2" # x-release-please-version
[workspace.dependencies]
clap = { version = "4.5", features = ["derive"] }

View file

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