mirror of
https://github.com/lahfir/agent-desktop.git
synced 2026-07-27 01:22:16 +00:00
chore(main): release agent-desktop 0.1.2
This commit is contained in:
parent
91c76777cb
commit
e58c0732c8
4 changed files with 10 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.1.1"
|
||||
".": "0.1.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue