Skip to content

Commit 520ade1

Browse files
chore(main): release 1.48.1
1 parent 31918ff commit 520ade1

6 files changed

Lines changed: 42 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.48.0"
2+
".": "1.48.1"
33
}

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,37 @@
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.48.1](https://github.com/dallay/agentsync/compare/v1.48.0...v1.48.1) (2026-08-09)
25+
26+
27+
### Bug Fixes
28+
29+
* **ci:** fix dependabot-auto-merge secrets context error ([#528](https://github.com/dallay/agentsync/issues/528)) ([45e82ef](https://github.com/dallay/agentsync/commit/45e82ef2f1b1cefc51af3f78cd67b4bbdf46fa6e))
30+
* **deps:** update dependency @astrojs/starlight to ^0.41.0 ([#517](https://github.com/dallay/agentsync/issues/517)) ([f8edef6](https://github.com/dallay/agentsync/commit/f8edef63fdd9ca1dd5202ea623a03748fc42f811))
31+
32+
33+
### Performance
34+
35+
* optimize nested project detection in workspaces ([#531](https://github.com/dallay/agentsync/issues/531)) ([d2f9c89](https://github.com/dallay/agentsync/commit/d2f9c8978968e54722b5ad474b9d3e0a9013fbe5))
36+
37+
38+
### Tests
39+
40+
* **platform:** strengthen symlink and filesystem coverage across operating systems ([#526](https://github.com/dallay/agentsync/issues/526)) ([f9a78c0](https://github.com/dallay/agentsync/commit/f9a78c099a0f368f89a356451d469eef5ac37d93))
41+
42+
43+
### Chores
44+
45+
* **deps:** lock file maintenance ([#524](https://github.com/dallay/agentsync/issues/524)) ([bf4d796](https://github.com/dallay/agentsync/commit/bf4d796e044bb74c82a973a3c1f7d4fbb034b755))
46+
* **deps:** update actions/checkout digest to d23441a ([#518](https://github.com/dallay/agentsync/issues/518)) ([c8544fc](https://github.com/dallay/agentsync/commit/c8544fcb86b6745e83f5925ce28dd2110cba154e))
47+
* **deps:** update actions/setup-node action to v7 ([#535](https://github.com/dallay/agentsync/issues/535)) ([31918ff](https://github.com/dallay/agentsync/commit/31918ffc8e010452645297d47b64db7fe202a3f4))
48+
* **deps:** update alpine docker tag to v3.24 ([#520](https://github.com/dallay/agentsync/issues/520)) ([a6a3c9f](https://github.com/dallay/agentsync/commit/a6a3c9f8106f847537c1a7c303398d1f9cee8fc7))
49+
* **deps:** update cargo dependencies ([#521](https://github.com/dallay/agentsync/issues/521)) ([74b9890](https://github.com/dallay/agentsync/commit/74b98909e13ba7b6e9dd647dc196203f001e6589))
50+
* **deps:** update codecov/codecov-action action to v7 ([#536](https://github.com/dallay/agentsync/issues/536)) ([581f3ae](https://github.com/dallay/agentsync/commit/581f3aef10b1e0a694b60d53e49d03386dc7c862))
51+
* **deps:** update dtolnay/rust-toolchain digest to e97e2d8 ([#519](https://github.com/dallay/agentsync/issues/519)) ([9e8c19c](https://github.com/dallay/agentsync/commit/9e8c19c9354576c5b30550eeadf9f12b120a63bf))
52+
* **deps:** update github actions ([#522](https://github.com/dallay/agentsync/issues/522)) ([86c756f](https://github.com/dallay/agentsync/commit/86c756f94a859bc5c719f51beb2feb931d3b5796))
53+
* **deps:** update rust docker tag to v1.97 ([#523](https://github.com/dallay/agentsync/issues/523)) ([3e8c8af](https://github.com/dallay/agentsync/commit/3e8c8afecb5fb21fba0d2c5bb2555a33b89d663b))
54+
2455
## [1.48.0](https://github.com/dallay/agentsync/compare/v1.47.0...v1.48.0) (2026-08-03)
2556

2657

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.48.0"
3+
version = "1.48.1"
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.48.0",
3+
"version": "1.48.1",
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.48.0",
52-
"@dallay/agentsync-darwin-x64": "1.48.0",
53-
"@dallay/agentsync-linux-arm64": "1.48.0",
54-
"@dallay/agentsync-linux-x64": "1.48.0",
55-
"@dallay/agentsync-windows-arm64": "1.48.0",
56-
"@dallay/agentsync-windows-x64": "1.48.0"
51+
"@dallay/agentsync-darwin-arm64": "1.48.1",
52+
"@dallay/agentsync-darwin-x64": "1.48.1",
53+
"@dallay/agentsync-linux-arm64": "1.48.1",
54+
"@dallay/agentsync-linux-x64": "1.48.1",
55+
"@dallay/agentsync-windows-arm64": "1.48.1",
56+
"@dallay/agentsync-windows-x64": "1.48.1"
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.6",
2424
"lefthook": "^2.1.6"
2525
},
26-
"version": "1.48.0"
26+
"version": "1.48.1"
2727
}

0 commit comments

Comments
 (0)