diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e69ad7f7..d1eb1862 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.42.2" + ".": "1.42.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 963ad2fa..214644b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,19 @@ * **deps:** update docker/login-action action to v4.1.0 ([#295](https://github.com/dallay/agentsync/issues/295)) ([4fb81a5](https://github.com/dallay/agentsync/commit/4fb81a58ee3412fc85d045b5b662cca25017ca79)) * **deps:** update rust crate zip to v8.5.0 ([#285](https://github.com/dallay/agentsync/issues/285)) ([56b5cef](https://github.com/dallay/agentsync/commit/56b5cef976b16aab53b55ea16cc0183f93b10274)) +## [1.42.3](https://github.com/dallay/agentsync/compare/v1.42.2...v1.42.3) (2026-04-06) + + +### Bug Fixes + +* **install:** cleanup download.tmp after extracting remote skill archives ([7344cc4](https://github.com/dallay/agentsync/commit/7344cc4c2e83b4d0edea0595d7312399c3f33600)) +* **install:** cleanup download.tmp after extracting remote skill archives ([#330](https://github.com/dallay/agentsync/issues/330)) ([d9ddad8](https://github.com/dallay/agentsync/commit/d9ddad8d018b6db1777167c5311d62b19039b86c)) + + +### Documentation + +* improve formatting and clarity in documentation files ([90c6d9b](https://github.com/dallay/agentsync/commit/90c6d9b1a678cdb9d429e92264bb12ff556d0215)) + ## [1.42.2](https://github.com/dallay/agentsync/compare/v1.42.1...v1.42.2) (2026-04-06) diff --git a/Cargo.lock b/Cargo.lock index e355a0cf..8bf6db45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "agentsync" -version = "1.42.2" +version = "1.42.3" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7d82a9f6..2dea99dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agentsync" -version = "1.42.2" +version = "1.42.3" edition = "2024" rust-version = "1.89" description = "A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links." diff --git a/npm/agentsync/package.json b/npm/agentsync/package.json index c66edc3c..f07846eb 100644 --- a/npm/agentsync/package.json +++ b/npm/agentsync/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/agentsync", - "version": "1.42.2", + "version": "1.42.3", "description": "A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links.", "author": "Yuniel Acosta ", "license": "MIT", @@ -48,12 +48,12 @@ "typescript": "^6.0.0" }, "optionalDependencies": { - "@dallay/agentsync-darwin-arm64": "1.42.2", - "@dallay/agentsync-darwin-x64": "1.42.2", - "@dallay/agentsync-linux-arm64": "1.42.2", - "@dallay/agentsync-linux-x64": "1.42.2", - "@dallay/agentsync-windows-arm64": "1.42.2", - "@dallay/agentsync-windows-x64": "1.42.2" + "@dallay/agentsync-darwin-arm64": "1.42.3", + "@dallay/agentsync-darwin-x64": "1.42.3", + "@dallay/agentsync-linux-arm64": "1.42.3", + "@dallay/agentsync-linux-x64": "1.42.3", + "@dallay/agentsync-windows-arm64": "1.42.3", + "@dallay/agentsync-windows-x64": "1.42.3" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 4902435d..54e534f4 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,5 @@ "@dallay/agentsync": "catalog:", "lefthook": "^2.1.4" }, - "version": "1.42.2" + "version": "1.42.3" }