Skip to content

Commit ca10383

Browse files
chore(main): release 1.50.0
1 parent a77d9fe commit ca10383

6 files changed

Lines changed: 46 additions & 11 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.49.1"
2+
".": "1.50.0"
33
}

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,41 @@
2121
* **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))
2222
* **deps:** lock file maintenance ([#339](https://github.com/dallay/agentsync/issues/339)) ([ff355dc](https://github.com/dallay/agentsync/commit/ff355dcea9fecf689c0e205b5fed24b494546632))
2323

24+
## [1.50.0](https://github.com/dallay/agentsync/compare/v1.49.1...v1.50.0) (2026-08-15)
25+
26+
27+
### Features
28+
29+
* **skills:** use curated database skill sources ([#557](https://github.com/dallay/agentsync/issues/557)) ([7465d92](https://github.com/dallay/agentsync/commit/7465d920b6c801b17c232e551a954041890c60f9))
30+
31+
32+
### Bug Fixes
33+
34+
* **ci:** stabilize npm release and catalog e2e workflows ([#550](https://github.com/dallay/agentsync/issues/550)) ([c9a047f](https://github.com/dallay/agentsync/commit/c9a047f8f4e8537cd28a5e016521b5d7fe23bba0))
35+
36+
37+
### Documentation
38+
39+
* **sdd:** record Phase 1 acceptance QA ([#560](https://github.com/dallay/agentsync/issues/560)) ([a77d9fe](https://github.com/dallay/agentsync/commit/a77d9fecadd8d58c06136c55c4e80f0ca3a75203))
40+
* **sdd:** record Phase 1 verification evidence ([#559](https://github.com/dallay/agentsync/issues/559)) ([c7a2c22](https://github.com/dallay/agentsync/commit/c7a2c2254548c9b1dabdeea2030daabec24d4449))
41+
42+
43+
### Continuous Integration
44+
45+
* **workflows:** trigger CI on stacked-PR branches ([#562](https://github.com/dallay/agentsync/issues/562)) ([97df9d2](https://github.com/dallay/agentsync/commit/97df9d27960fc5f9f8e98033f8d9c5ea67fca8b5))
46+
47+
48+
### Tests
49+
50+
* **skills:** add Phase 1 CLI acceptance harness ([#558](https://github.com/dallay/agentsync/issues/558)) ([22e9122](https://github.com/dallay/agentsync/commit/22e91224d9972b84bde7fd1ec1c8ee4c33ac1044))
51+
52+
53+
### Chores
54+
55+
* **deps:** group @dallay/agentsync updates in Renovate ([#554](https://github.com/dallay/agentsync/issues/554)) ([564c8f0](https://github.com/dallay/agentsync/commit/564c8f06798c746b36c1cea7d7b0dcc557d1a8c6))
56+
* **deps:** lock file maintenance ([#553](https://github.com/dallay/agentsync/issues/553)) ([93f45d7](https://github.com/dallay/agentsync/commit/93f45d7e91f7215bafc5576791ea69ca38283ade))
57+
* **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))
58+
2459
## [1.49.1](https://github.com/dallay/agentsync/compare/v1.49.0...v1.49.1) (2026-08-11)
2560

2661

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agentsync"
3-
version = "1.49.1"
3+
version = "1.50.0"
44
edition = "2024"
55
rust-version = "1.89"
66
description = "A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links."

npm/agentsync/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dallay/agentsync",
3-
"version": "1.49.1",
3+
"version": "1.50.0",
44
"description": "A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links.",
55
"author": "Yuniel Acosta <yunielacosta738@gmail.com>",
66
"license": "MIT",
@@ -48,12 +48,12 @@
4848
"typescript": "^7.0.0"
4949
},
5050
"optionalDependencies": {
51-
"@dallay/agentsync-darwin-arm64": "1.49.1",
52-
"@dallay/agentsync-darwin-x64": "1.49.1",
53-
"@dallay/agentsync-linux-arm64": "1.49.1",
54-
"@dallay/agentsync-linux-x64": "1.49.1",
55-
"@dallay/agentsync-windows-arm64": "1.49.1",
56-
"@dallay/agentsync-windows-x64": "1.49.1"
51+
"@dallay/agentsync-darwin-arm64": "1.50.0",
52+
"@dallay/agentsync-darwin-x64": "1.50.0",
53+
"@dallay/agentsync-linux-arm64": "1.50.0",
54+
"@dallay/agentsync-linux-x64": "1.50.0",
55+
"@dallay/agentsync-windows-arm64": "1.50.0",
56+
"@dallay/agentsync-windows-x64": "1.50.0"
5757
},
5858
"engines": {
5959
"node": ">=18"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"@biomejs/biome": "2.5.7",
2424
"lefthook": "^2.1.6"
2525
},
26-
"version": "1.49.1"
26+
"version": "1.50.0"
2727
}

0 commit comments

Comments
 (0)