diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21649f7c..39240ea2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.42.9" + ".": "1.42.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3595827f..6759f8d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,20 @@ * **deps:** bump rand in the cargo group across 1 directory ([#345](https://github.com/dallay/agentsync/issues/345)) ([c8a6877](https://github.com/dallay/agentsync/commit/c8a68778d1308d2d9c797db51ce697c02169757a)) * **deps:** lock file maintenance ([#339](https://github.com/dallay/agentsync/issues/339)) ([ff355dc](https://github.com/dallay/agentsync/commit/ff355dcea9fecf689c0e205b5fed24b494546632)) +## [1.42.10](https://github.com/dallay/agentsync/compare/v1.42.9...v1.42.10) (2026-04-17) + + +### Bug Fixes + +* improve CI and E2E network resilience for apt-get ([f3f6a5b](https://github.com/dallay/agentsync/commit/f3f6a5bdb0c84039dbe510e5dfb1b7b9df068ca1)) +* robust apt-get retries in CI and E2E ([9052789](https://github.com/dallay/agentsync/commit/90527898cc0e44732fce9475e47370d4cc5fccee)) + + +### Chores + +* Convert skill docs to pointer files ([5472851](https://github.com/dallay/agentsync/commit/54728514f8e36998d84f11b503201c30da7e12cf)) +* **deps:** update devdependencies ([#358](https://github.com/dallay/agentsync/issues/358)) ([5511f1e](https://github.com/dallay/agentsync/commit/5511f1e5ebaaa3d04a60595a3d4e738c2567dc98)) + ## [1.42.9](https://github.com/dallay/agentsync/compare/v1.42.8...v1.42.9) (2026-04-16) diff --git a/Cargo.lock b/Cargo.lock index 47e6950a..54bd0460 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "agentsync" -version = "1.42.9" +version = "1.42.10" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d3ef7b56..08ab5700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agentsync" -version = "1.42.9" +version = "1.42.10" 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 aac72803..d7010319 100644 --- a/npm/agentsync/package.json +++ b/npm/agentsync/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/agentsync", - "version": "1.42.9", + "version": "1.42.10", "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.9", - "@dallay/agentsync-darwin-x64": "1.42.9", - "@dallay/agentsync-linux-arm64": "1.42.9", - "@dallay/agentsync-linux-x64": "1.42.9", - "@dallay/agentsync-windows-arm64": "1.42.9", - "@dallay/agentsync-windows-x64": "1.42.9" + "@dallay/agentsync-darwin-arm64": "1.42.10", + "@dallay/agentsync-darwin-x64": "1.42.10", + "@dallay/agentsync-linux-arm64": "1.42.10", + "@dallay/agentsync-linux-x64": "1.42.10", + "@dallay/agentsync-windows-arm64": "1.42.10", + "@dallay/agentsync-windows-x64": "1.42.10" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index f4114756..17a982da 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,5 @@ "@dallay/agentsync": "catalog:", "lefthook": "^2.1.4" }, - "version": "1.42.9" + "version": "1.42.10" }