From 1b3f47acb3ea77ed20e92e89257e5603c60ec7a5 Mon Sep 17 00:00:00 2001 From: "dallay-bot[bot]" <172063952+dallay-bot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 15:53:51 +0000 Subject: [PATCH] chore(main): release 1.42.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- npm/agentsync/package.json | 14 +++++++------- package.json | 2 +- 6 files changed, 29 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 53ca381d..96ef871d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.42.0" + ".": "1.42.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5efed1..494f9645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,24 @@ * **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.1](https://github.com/dallay/agentsync/compare/v1.42.0...v1.42.1) (2026-04-06) + + +### Bug Fixes + +* harden catalog skill installation validation ([9ebd5ac](https://github.com/dallay/agentsync/commit/9ebd5ac1148d4331da81a40b61cfcd5f08918b74)) +* tighten catalog install source resolution ([97f5f71](https://github.com/dallay/agentsync/commit/97f5f71ea69836977827905dc316b04e8a447032)) + + +### Tests + +* update catalog combo expectations ([be6932d](https://github.com/dallay/agentsync/commit/be6932d19c9fe37d84fe6d22aa44ae540b1ef3ba)) + + +### Chores + +* **deps:** lock file maintenance ([#321](https://github.com/dallay/agentsync/issues/321)) ([f10842d](https://github.com/dallay/agentsync/commit/f10842dfbbec27c80ee8464a19c1019dc0a6789d)) + ## [1.42.0](https://github.com/dallay/agentsync/compare/v1.41.0...v1.42.0) (2026-04-05) diff --git a/Cargo.lock b/Cargo.lock index 9446b68a..bdbb18b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "agentsync" -version = "1.42.0" +version = "1.42.1" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index bf68d112..88939fc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agentsync" -version = "1.42.0" +version = "1.42.1" 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 3a5f8df1..9e7635a4 100644 --- a/npm/agentsync/package.json +++ b/npm/agentsync/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/agentsync", - "version": "1.42.0", + "version": "1.42.1", "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.0", - "@dallay/agentsync-darwin-x64": "1.42.0", - "@dallay/agentsync-linux-arm64": "1.42.0", - "@dallay/agentsync-linux-x64": "1.42.0", - "@dallay/agentsync-windows-arm64": "1.42.0", - "@dallay/agentsync-windows-x64": "1.42.0" + "@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" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index e40db23e..5b06867a 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,5 @@ "@dallay/agentsync": "catalog:", "lefthook": "^2.1.4" }, - "version": "1.42.0" + "version": "1.42.1" }