chore(main): release 0.6.0

This commit is contained in:
github-actions[bot] 2026-07-26 06:25:47 +00:00 committed by GitHub
parent 8ad66b8f21
commit be53a65aaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.6.0"
}

View file

@ -1,5 +1,16 @@
# Changelog
## [0.6.0](https://github.com/lahfir/agent-desktop/compare/v0.5.0...v0.6.0) (2026-07-26)
### ⚠ BREAKING CHANGES
* remove speculative Win32 private-file layer from core, add real Windows/Linux test lanes ([#106](https://github.com/lahfir/agent-desktop/issues/106))
### Refactoring
* remove speculative Win32 private-file layer from core, add real Windows/Linux test lanes ([#106](https://github.com/lahfir/agent-desktop/issues/106)) ([8ad66b8](https://github.com/lahfir/agent-desktop/commit/8ad66b8f2115704eed56e59e2709c4eddf3cffac))
## [0.5.0](https://github.com/lahfir/agent-desktop/compare/v0.4.7...v0.5.0) (2026-07-20)

View file

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

View file

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