From c5731ae0f16787bc484bb6d886b9a9bc5e7c95a2 Mon Sep 17 00:00:00 2001 From: "dallay-bot[bot]" <172063952+dallay-bot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 06:17:56 +0000 Subject: [PATCH] chore(main): release 1.50.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- npm/agentsync/package.json | 14 ++++++------- package.json | 2 +- 6 files changed, 48 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 91ea61ad..95ff70ac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.49.1" + ".": "1.50.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 96015b68..1ad7aac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,43 @@ * **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.50.0](https://github.com/dallay/agentsync/compare/v1.49.1...v1.50.0) (2026-08-15) + + +### Features + +* **skills:** use curated database skill sources ([#557](https://github.com/dallay/agentsync/issues/557)) ([7465d92](https://github.com/dallay/agentsync/commit/7465d920b6c801b17c232e551a954041890c60f9)) + + +### Bug Fixes + +* **ci:** stabilize npm release and catalog e2e workflows ([#550](https://github.com/dallay/agentsync/issues/550)) ([c9a047f](https://github.com/dallay/agentsync/commit/c9a047f8f4e8537cd28a5e016521b5d7fe23bba0)) + + +### Documentation + +* **sdd:** record Phase 1 acceptance QA ([#560](https://github.com/dallay/agentsync/issues/560)) ([a77d9fe](https://github.com/dallay/agentsync/commit/a77d9fecadd8d58c06136c55c4e80f0ca3a75203)) +* **sdd:** record Phase 1 verification evidence ([#559](https://github.com/dallay/agentsync/issues/559)) ([c7a2c22](https://github.com/dallay/agentsync/commit/c7a2c2254548c9b1dabdeea2030daabec24d4449)) + + +### Continuous Integration + +* **workflows:** trigger CI on stacked-PR branches ([#562](https://github.com/dallay/agentsync/issues/562)) ([97df9d2](https://github.com/dallay/agentsync/commit/97df9d27960fc5f9f8e98033f8d9c5ea67fca8b5)) + + +### Tests + +* **skills:** add Phase 1 CLI acceptance harness ([#558](https://github.com/dallay/agentsync/issues/558)) ([22e9122](https://github.com/dallay/agentsync/commit/22e91224d9972b84bde7fd1ec1c8ee4c33ac1044)) + + +### Chores + +* **deps:** group @dallay/agentsync updates in Renovate ([#554](https://github.com/dallay/agentsync/issues/554)) ([564c8f0](https://github.com/dallay/agentsync/commit/564c8f06798c746b36c1cea7d7b0dcc557d1a8c6)) +* **deps:** lock file maintenance ([#553](https://github.com/dallay/agentsync/issues/553)) ([93f45d7](https://github.com/dallay/agentsync/commit/93f45d7e91f7215bafc5576791ea69ca38283ade)) +* **deps:** lock file maintenance ([#565](https://github.com/dallay/agentsync/issues/565)) ([b4783aa](https://github.com/dallay/agentsync/commit/b4783aa93d1788aaae35f34837c652f19a9207ae)) +* **deps:** update dependency @biomejs/biome to v2.5.7 ([#551](https://github.com/dallay/agentsync/issues/551)) ([c5235a4](https://github.com/dallay/agentsync/commit/c5235a4528b34b332b0ea21a79b2a77fd3957f84)) +* **deps:** update dependency @biomejs/biome to v2.5.8 ([#563](https://github.com/dallay/agentsync/issues/563)) ([67d0dbf](https://github.com/dallay/agentsync/commit/67d0dbf936ce1364c8996bfe7beda68b16510f10)) + ## [1.49.1](https://github.com/dallay/agentsync/compare/v1.49.0...v1.49.1) (2026-08-11) diff --git a/Cargo.lock b/Cargo.lock index 7b042475..d79865ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "agentsync" -version = "1.49.1" +version = "1.50.0" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e46147d4..74902c8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agentsync" -version = "1.49.1" +version = "1.50.0" 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 5a773bd7..3fcdc278 100644 --- a/npm/agentsync/package.json +++ b/npm/agentsync/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/agentsync", - "version": "1.49.1", + "version": "1.50.0", "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": "^7.0.0" }, "optionalDependencies": { - "@dallay/agentsync-darwin-arm64": "1.49.1", - "@dallay/agentsync-darwin-x64": "1.49.1", - "@dallay/agentsync-linux-arm64": "1.49.1", - "@dallay/agentsync-linux-x64": "1.49.1", - "@dallay/agentsync-windows-arm64": "1.49.1", - "@dallay/agentsync-windows-x64": "1.49.1" + "@dallay/agentsync-darwin-arm64": "1.50.0", + "@dallay/agentsync-darwin-x64": "1.50.0", + "@dallay/agentsync-linux-arm64": "1.50.0", + "@dallay/agentsync-linux-x64": "1.50.0", + "@dallay/agentsync-windows-arm64": "1.50.0", + "@dallay/agentsync-windows-x64": "1.50.0" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 0d68c315..21ac7b6b 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "@biomejs/biome": "2.5.8", "lefthook": "^2.1.6" }, - "version": "1.49.1" + "version": "1.50.0" }