From 301bafcf63981d37bb295c397e79d1a38a0fa48b Mon Sep 17 00:00:00 2001 From: "dallay-bot[bot]" <172063952+dallay-bot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:08:56 +0000 Subject: [PATCH] chore(main): release 1.42.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- npm/agentsync/package.json | 14 +++++++------- package.json | 2 +- 6 files changed, 23 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96ef871d..e69ad7f7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.42.1" + ".": "1.42.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 494f9645..963ad2fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,18 @@ * **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.2](https://github.com/dallay/agentsync/compare/v1.42.1...v1.42.2) (2026-04-06) + + +### Bug Fixes + +* resolve PR review issues ([#327](https://github.com/dallay/agentsync/issues/327)) ([ecad40f](https://github.com/dallay/agentsync/commit/ecad40f9cf3fbfe415ad39c51cd3d1ab330d281f)) + + +### Performance + +* optimize linker path processing and validation ([#318](https://github.com/dallay/agentsync/issues/318)) ([d114693](https://github.com/dallay/agentsync/commit/d114693967e4a17beef38688a386d14b5c281cf5)) + ## [1.42.1](https://github.com/dallay/agentsync/compare/v1.42.0...v1.42.1) (2026-04-06) diff --git a/Cargo.lock b/Cargo.lock index bdbb18b1..e355a0cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "agentsync" -version = "1.42.1" +version = "1.42.2" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 88939fc3..7d82a9f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agentsync" -version = "1.42.1" +version = "1.42.2" 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 9e7635a4..c66edc3c 100644 --- a/npm/agentsync/package.json +++ b/npm/agentsync/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/agentsync", - "version": "1.42.1", + "version": "1.42.2", "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.1", - "@dallay/agentsync-darwin-x64": "1.42.1", - "@dallay/agentsync-linux-arm64": "1.42.1", - "@dallay/agentsync-linux-x64": "1.42.1", - "@dallay/agentsync-windows-arm64": "1.42.1", - "@dallay/agentsync-windows-x64": "1.42.1" + "@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" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 5b06867a..4902435d 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,5 @@ "@dallay/agentsync": "catalog:", "lefthook": "^2.1.4" }, - "version": "1.42.1" + "version": "1.42.2" }