Skip to content

Commit ffc0dfd

Browse files
authored
Merge pull request #442 from dallay/release-please--branches--main--components--agentsync
chore(main): release 1.46.3
2 parents 3feb9aa + efd8abb commit ffc0dfd

6 files changed

Lines changed: 33 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.46.2"
2+
".": "1.46.3"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,28 @@
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.46.3](https://github.com/dallay/agentsync/compare/v1.46.2...v1.46.3) (2026-05-26)
25+
26+
27+
### Bug Fixes
28+
29+
* remove audit dependency from e2e jobs to unblock merge queue ([b864f09](https://github.com/dallay/agentsync/commit/b864f0945edb67701c1a2ff9057c3cfc45edfe97))
30+
* remove audit dependency from e2e jobs to unblock merge queue ([897bd06](https://github.com/dallay/agentsync/commit/897bd06944623b64cc9e28e58a60a482af781b78))
31+
32+
33+
### Chores
34+
35+
* **deps:** update actions/create-github-app-token digest to bcd2ba4 ([3feb9aa](https://github.com/dallay/agentsync/commit/3feb9aa05ad459edbeb8bc68f3e71091d87a4caf))
36+
* **deps:** update actions/create-github-app-token digest to bcd2ba4 ([dfa7aa1](https://github.com/dallay/agentsync/commit/dfa7aa1ce1493fc1c97d3f650c4aa36538de17cb))
37+
* **deps:** update codecov/codecov-action digest to e79a696 ([304cae4](https://github.com/dallay/agentsync/commit/304cae479e37e6035b88dc6f51a7c21129a4923c))
38+
* **deps:** update codecov/codecov-action digest to e79a696 ([a9669bb](https://github.com/dallay/agentsync/commit/a9669bbd0dab92862c10daa94abd2bb5c6e7793e))
39+
* **deps:** update dependency @fontsource/geist-mono to v5.2.8 ([04cf39f](https://github.com/dallay/agentsync/commit/04cf39f34bb4647fd5525aeca9e383dad48d75ad))
40+
* **deps:** update dependency @fontsource/geist-mono to v5.2.8 ([2f9ac4b](https://github.com/dallay/agentsync/commit/2f9ac4b10a966ace8f9eed784c22c8a69d23e890))
41+
* **deps:** update dependency @iconify/json to v2.2.479 ([a0f1e7d](https://github.com/dallay/agentsync/commit/a0f1e7d9c4688833866e0bdaef67b10927d54e7f))
42+
* **deps:** update dependency @iconify/json to v2.2.479 ([701fe43](https://github.com/dallay/agentsync/commit/701fe431d585d89d20721f68944a7b9cbcb1edd2))
43+
* **deps:** update github actions ([ff04573](https://github.com/dallay/agentsync/commit/ff04573b202ddd08666b8a0295a83c08f05c6b1b))
44+
* **deps:** update github actions ([071be3a](https://github.com/dallay/agentsync/commit/071be3afa9cc096e21f0d8f2fbc68b42a7b7e9f8))
45+
2446
## [1.46.2](https://github.com/dallay/agentsync/compare/v1.46.1...v1.46.2) (2026-05-24)
2547

2648

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.46.2"
3+
version = "1.46.3"
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.46.2",
3+
"version": "1.46.3",
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": "^6.0.3"
4949
},
5050
"optionalDependencies": {
51-
"@dallay/agentsync-darwin-arm64": "1.46.2",
52-
"@dallay/agentsync-darwin-x64": "1.46.2",
53-
"@dallay/agentsync-linux-arm64": "1.46.2",
54-
"@dallay/agentsync-linux-x64": "1.46.2",
55-
"@dallay/agentsync-windows-arm64": "1.46.2",
56-
"@dallay/agentsync-windows-x64": "1.46.2"
51+
"@dallay/agentsync-darwin-arm64": "1.46.3",
52+
"@dallay/agentsync-darwin-x64": "1.46.3",
53+
"@dallay/agentsync-linux-arm64": "1.46.3",
54+
"@dallay/agentsync-linux-x64": "1.46.3",
55+
"@dallay/agentsync-windows-arm64": "1.46.3",
56+
"@dallay/agentsync-windows-x64": "1.46.3"
5757
},
5858
"engines": {
5959
"node": ">=18"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"@biomejs/biome": "2.4.15",
3131
"lefthook": "^2.1.6"
3232
},
33-
"version": "1.46.2"
33+
"version": "1.46.3"
3434
}

0 commit comments

Comments
 (0)