diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 318e1d3..7b6684a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,10 +1,10 @@ { - ".": "0.6.1", - "packages/agent-rdp": "0.6.1", - "packages/darwin-arm64": "0.6.1", - "packages/darwin-x64": "0.6.1", - "packages/linux-x64": "0.6.1", - "packages/linux-arm64": "0.6.1", - "packages/win32-x64": "0.6.1", - "packages/win32-arm64": "0.6.1" + ".": "0.6.2", + "packages/agent-rdp": "0.6.2", + "packages/darwin-arm64": "0.6.2", + "packages/darwin-x64": "0.6.2", + "packages/linux-x64": "0.6.2", + "packages/linux-arm64": "0.6.2", + "packages/win32-x64": "0.6.2", + "packages/win32-arm64": "0.6.2" } diff --git a/CHANGELOG-rust.md b/CHANGELOG-rust.md index 91961cf..9639d36 100644 --- a/CHANGELOG-rust.md +++ b/CHANGELOG-rust.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.2](https://github.com/thisnick/agent-rdp/compare/agent-rdp-rust-v0.6.1...agent-rdp-rust-v0.6.2) (2026-01-24) + + +### Features + +* add AGENT_RDP_HOST and AGENT_RDP_PORT env vars, clean up env var docs ([#64](https://github.com/thisnick/agent-rdp/issues/64)) ([cd4370c](https://github.com/thisnick/agent-rdp/commit/cd4370c6ca3fcbb96c29fd8d1242628748b1723c)) + + +### Bug Fixes + +* remove skip-github-release to ensure tags are created for all components ([02948b4](https://github.com/thisnick/agent-rdp/commit/02948b4ca47d9a1b3a3ae2a746f8f7ff9586790c)) + ## [0.6.1](https://github.com/thisnick/agent-rdp/compare/agent-rdp-rust-v0.6.0...agent-rdp-rust-v0.6.1) (2026-01-24) diff --git a/Cargo.toml b/Cargo.toml index d823548..2a21ca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.6.1" # x-release-please-version +version = "0.6.2" # 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 9e33737..a6eb196 100644 --- a/packages/agent-rdp/CHANGELOG.md +++ b/packages/agent-rdp/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.6.1...agent-rdp-v0.6.2) (2026-01-24) + + +### Maintenance + +* **agent-rdp:** Synchronize agent-rdp packages versions + ## [0.6.1](https://github.com/thisnick/agent-rdp/compare/agent-rdp-v0.6.0...agent-rdp-v0.6.1) (2026-01-24) diff --git a/packages/agent-rdp/package.json b/packages/agent-rdp/package.json index 1c0bcd0..01eab59 100644 --- a/packages/agent-rdp/package.json +++ b/packages/agent-rdp/package.json @@ -1,6 +1,6 @@ { "name": "agent-rdp", - "version": "0.6.1", + "version": "0.6.2", "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 f2bcb58..41eec9b 100644 --- a/packages/darwin-arm64/CHANGELOG.md +++ b/packages/darwin-arm64/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/thisnick/agent-rdp/compare/darwin-arm64-v0.6.1...darwin-arm64-v0.6.2) (2026-01-24) + + +### Miscellaneous Chores + +* **darwin-arm64:** Synchronize agent-rdp packages versions + ## [0.6.1](https://github.com/thisnick/agent-rdp/compare/darwin-arm64-v0.6.0...darwin-arm64-v0.6.1) (2026-01-24) diff --git a/packages/darwin-arm64/package.json b/packages/darwin-arm64/package.json index f77174c..b6cdea7 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.1", + "version": "0.6.2", "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 4d96d7d..6ad36ba 100644 --- a/packages/darwin-x64/CHANGELOG.md +++ b/packages/darwin-x64/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/thisnick/agent-rdp/compare/darwin-x64-v0.6.1...darwin-x64-v0.6.2) (2026-01-24) + + +### Miscellaneous Chores + +* **darwin-x64:** Synchronize agent-rdp packages versions + ## [0.6.1](https://github.com/thisnick/agent-rdp/compare/darwin-x64-v0.6.0...darwin-x64-v0.6.1) (2026-01-24) diff --git a/packages/darwin-x64/package.json b/packages/darwin-x64/package.json index 6d7291a..e2e3ccb 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.1", + "version": "0.6.2", "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 1f86195..25b6343 100644 --- a/packages/linux-arm64/CHANGELOG.md +++ b/packages/linux-arm64/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/thisnick/agent-rdp/compare/linux-arm64-v0.6.1...linux-arm64-v0.6.2) (2026-01-24) + + +### Miscellaneous Chores + +* **linux-arm64:** Synchronize agent-rdp packages versions + ## [0.6.1](https://github.com/thisnick/agent-rdp/compare/linux-arm64-v0.6.0...linux-arm64-v0.6.1) (2026-01-24) diff --git a/packages/linux-arm64/package.json b/packages/linux-arm64/package.json index 8d46ef1..606c044 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.1", + "version": "0.6.2", "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 db5c071..6886484 100644 --- a/packages/linux-x64/CHANGELOG.md +++ b/packages/linux-x64/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/thisnick/agent-rdp/compare/linux-x64-v0.6.1...linux-x64-v0.6.2) (2026-01-24) + + +### Miscellaneous Chores + +* **linux-x64:** Synchronize agent-rdp packages versions + ## [0.6.1](https://github.com/thisnick/agent-rdp/compare/linux-x64-v0.6.0...linux-x64-v0.6.1) (2026-01-24) diff --git a/packages/linux-x64/package.json b/packages/linux-x64/package.json index c632f83..a25bc40 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.1", + "version": "0.6.2", "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 8e6ee9d..926bd0c 100644 --- a/packages/win32-arm64/CHANGELOG.md +++ b/packages/win32-arm64/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/thisnick/agent-rdp/compare/win32-arm64-v0.6.1...win32-arm64-v0.6.2) (2026-01-24) + + +### Miscellaneous Chores + +* **win32-arm64:** Synchronize agent-rdp packages versions + ## [0.6.1](https://github.com/thisnick/agent-rdp/compare/win32-arm64-v0.6.0...win32-arm64-v0.6.1) (2026-01-24) diff --git a/packages/win32-arm64/package.json b/packages/win32-arm64/package.json index 2b5c1df..a3b3a73 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.1", + "version": "0.6.2", "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 37949cd..9359ca8 100644 --- a/packages/win32-x64/CHANGELOG.md +++ b/packages/win32-x64/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/thisnick/agent-rdp/compare/win32-x64-v0.6.1...win32-x64-v0.6.2) (2026-01-24) + + +### Miscellaneous Chores + +* **win32-x64:** Synchronize agent-rdp packages versions + ## [0.6.1](https://github.com/thisnick/agent-rdp/compare/win32-x64-v0.6.0...win32-x64-v0.6.1) (2026-01-24) diff --git a/packages/win32-x64/package.json b/packages/win32-x64/package.json index ae12261..bbd721e 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.1", + "version": "0.6.2", "description": "agent-rdp native binary for Windows x64", "repository": { "type": "git",