diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aa473c0..b0a0e53 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,10 +1,10 @@ { - ".": "0.6.3", - "packages/agent-rdp": "0.6.3", - "packages/darwin-arm64": "0.6.3", - "packages/darwin-x64": "0.6.3", - "packages/linux-x64": "0.6.3", - "packages/linux-arm64": "0.6.3", - "packages/win32-x64": "0.6.3", - "packages/win32-arm64": "0.6.3" + ".": "0.6.4", + "packages/agent-rdp": "0.6.4", + "packages/darwin-arm64": "0.6.4", + "packages/darwin-x64": "0.6.4", + "packages/linux-x64": "0.6.4", + "packages/linux-arm64": "0.6.4", + "packages/win32-x64": "0.6.4", + "packages/win32-arm64": "0.6.4" } diff --git a/CHANGELOG-rust.md b/CHANGELOG-rust.md index 361c6f2..6318a89 100644 --- a/CHANGELOG-rust.md +++ b/CHANGELOG-rust.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/thisnick/agent-rdp/compare/agent-rdp-rust-v0.6.3...agent-rdp-rust-v0.6.4) (2026-02-26) + + +### Bug Fixes + +* use cross for Linux builds to target glibc 2.31 for broad compatibility ([#67](https://github.com/thisnick/agent-rdp/issues/67)) ([71afadc](https://github.com/thisnick/agent-rdp/commit/71afadc5715861ae15a9e963c9bd01346cbec7ba)) + ## [0.6.3](https://github.com/thisnick/agent-rdp/compare/agent-rdp-rust-v0.6.2...agent-rdp-rust-v0.6.3) (2026-01-28) diff --git a/Cargo.toml b/Cargo.toml index c6df3c1..fec5c02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.6.3" # x-release-please-version +version = "0.6.4" # x-release-please-version edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/anthropics/agent-rdp" diff --git a/packages/agent-rdp/CHANGELOG.md b/packages/agent-rdp/CHANGELOG.md index 5fe0665..44a6d7a 100644 --- a/packages/agent-rdp/CHANGELOG.md +++ b/packages/agent-rdp/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.6.3...agent-rdp-v0.6.4) (2026-02-26) + + +### Maintenance + +* **agent-rdp:** Synchronize agent-rdp packages versions + ## [0.6.3](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.6.2...agent-rdp-v0.6.3) (2026-01-28) diff --git a/packages/agent-rdp/package.json b/packages/agent-rdp/package.json index dda9a40..1912b5d 100644 --- a/packages/agent-rdp/package.json +++ b/packages/agent-rdp/package.json @@ -1,6 +1,6 @@ { "name": "agent-rdp", - "version": "0.6.3", + "version": "0.6.4", "description": "CLI tool for AI agents to control Windows Remote Desktop sessions", "repository": { "type": "git", diff --git a/packages/darwin-arm64/CHANGELOG.md b/packages/darwin-arm64/CHANGELOG.md index 76fddf7..0480579 100644 --- a/packages/darwin-arm64/CHANGELOG.md +++ b/packages/darwin-arm64/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/thisnick/agent-rdp/compare/darwin-arm64-v0.6.3...darwin-arm64-v0.6.4) (2026-02-26) + + +### Miscellaneous Chores + +* **darwin-arm64:** Synchronize agent-rdp packages versions + ## [0.6.3](https://github.com/thisnick/agent-rdp/compare/darwin-arm64-v0.6.2...darwin-arm64-v0.6.3) (2026-01-28) diff --git a/packages/darwin-arm64/package.json b/packages/darwin-arm64/package.json index 881399d..898c206 100644 --- a/packages/darwin-arm64/package.json +++ b/packages/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@agent-rdp/darwin-arm64", - "version": "0.6.3", + "version": "0.6.4", "description": "agent-rdp native binary for macOS ARM64 (Apple Silicon)", "repository": { "type": "git", diff --git a/packages/darwin-x64/CHANGELOG.md b/packages/darwin-x64/CHANGELOG.md index 72164cc..39cca9e 100644 --- a/packages/darwin-x64/CHANGELOG.md +++ b/packages/darwin-x64/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/thisnick/agent-rdp/compare/darwin-x64-v0.6.3...darwin-x64-v0.6.4) (2026-02-26) + + +### Miscellaneous Chores + +* **darwin-x64:** Synchronize agent-rdp packages versions + ## [0.6.3](https://github.com/thisnick/agent-rdp/compare/darwin-x64-v0.6.2...darwin-x64-v0.6.3) (2026-01-28) diff --git a/packages/darwin-x64/package.json b/packages/darwin-x64/package.json index 77248bf..15f137d 100644 --- a/packages/darwin-x64/package.json +++ b/packages/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@agent-rdp/darwin-x64", - "version": "0.6.3", + "version": "0.6.4", "description": "agent-rdp native binary for macOS x64 (Intel)", "repository": { "type": "git", diff --git a/packages/linux-arm64/CHANGELOG.md b/packages/linux-arm64/CHANGELOG.md index e9d1390..637878f 100644 --- a/packages/linux-arm64/CHANGELOG.md +++ b/packages/linux-arm64/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/thisnick/agent-rdp/compare/linux-arm64-v0.6.3...linux-arm64-v0.6.4) (2026-02-26) + + +### Miscellaneous Chores + +* **linux-arm64:** Synchronize agent-rdp packages versions + ## [0.6.3](https://github.com/thisnick/agent-rdp/compare/linux-arm64-v0.6.2...linux-arm64-v0.6.3) (2026-01-28) diff --git a/packages/linux-arm64/package.json b/packages/linux-arm64/package.json index 638bb2d..c80f268 100644 --- a/packages/linux-arm64/package.json +++ b/packages/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@agent-rdp/linux-arm64", - "version": "0.6.3", + "version": "0.6.4", "description": "agent-rdp native binary for Linux ARM64", "repository": { "type": "git", diff --git a/packages/linux-x64/CHANGELOG.md b/packages/linux-x64/CHANGELOG.md index 2ce3473..e9469e2 100644 --- a/packages/linux-x64/CHANGELOG.md +++ b/packages/linux-x64/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/thisnick/agent-rdp/compare/linux-x64-v0.6.3...linux-x64-v0.6.4) (2026-02-26) + + +### Miscellaneous Chores + +* **linux-x64:** Synchronize agent-rdp packages versions + ## [0.6.3](https://github.com/thisnick/agent-rdp/compare/linux-x64-v0.6.2...linux-x64-v0.6.3) (2026-01-28) diff --git a/packages/linux-x64/package.json b/packages/linux-x64/package.json index ec24209..c2c5cd3 100644 --- a/packages/linux-x64/package.json +++ b/packages/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@agent-rdp/linux-x64", - "version": "0.6.3", + "version": "0.6.4", "description": "agent-rdp native binary for Linux x64", "repository": { "type": "git", diff --git a/packages/win32-arm64/CHANGELOG.md b/packages/win32-arm64/CHANGELOG.md index 8d444a8..b86197f 100644 --- a/packages/win32-arm64/CHANGELOG.md +++ b/packages/win32-arm64/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/thisnick/agent-rdp/compare/win32-arm64-v0.6.3...win32-arm64-v0.6.4) (2026-02-26) + + +### Miscellaneous Chores + +* **win32-arm64:** Synchronize agent-rdp packages versions + ## [0.6.3](https://github.com/thisnick/agent-rdp/compare/win32-arm64-v0.6.2...win32-arm64-v0.6.3) (2026-01-28) diff --git a/packages/win32-arm64/package.json b/packages/win32-arm64/package.json index 3b8847a..9dd92e3 100644 --- a/packages/win32-arm64/package.json +++ b/packages/win32-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@agent-rdp/win32-arm64", - "version": "0.6.3", + "version": "0.6.4", "description": "agent-rdp native binary for Windows ARM64", "repository": { "type": "git", diff --git a/packages/win32-x64/CHANGELOG.md b/packages/win32-x64/CHANGELOG.md index 67e30e6..b9b5c27 100644 --- a/packages/win32-x64/CHANGELOG.md +++ b/packages/win32-x64/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/thisnick/agent-rdp/compare/win32-x64-v0.6.3...win32-x64-v0.6.4) (2026-02-26) + + +### Miscellaneous Chores + +* **win32-x64:** Synchronize agent-rdp packages versions + ## [0.6.3](https://github.com/thisnick/agent-rdp/compare/win32-x64-v0.6.2...win32-x64-v0.6.3) (2026-01-28) diff --git a/packages/win32-x64/package.json b/packages/win32-x64/package.json index 7f3d9b2..c717ffe 100644 --- a/packages/win32-x64/package.json +++ b/packages/win32-x64/package.json @@ -1,6 +1,6 @@ { "name": "@agent-rdp/win32-x64", - "version": "0.6.3", + "version": "0.6.4", "description": "agent-rdp native binary for Windows x64", "repository": { "type": "git",