Skip to content

Commit c2e69cc

Browse files
chore(main): release 1.34.1
1 parent 7faee1d commit c2e69cc

6 files changed

Lines changed: 18 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.34.0"
2+
".": "1.34.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
* update README.md for accuracy and formatting ([#159](https://github.com/dallay/agentsync/issues/159)) ([8cb9f19](https://github.com/dallay/agentsync/commit/8cb9f19b2302456f0e4536f7a37ad9af5645e605))
1010

11+
## [1.34.1](https://github.com/dallay/agentsync/compare/v1.34.0...v1.34.1) (2026-03-28)
12+
13+
14+
### Documentation
15+
16+
* comprehensive documentation audit and update ([#255](https://github.com/dallay/agentsync/issues/255)) ([7faee1d](https://github.com/dallay/agentsync/commit/7faee1d5b9a1e810c9e667425bc12ca9e846fbc0))
17+
1118
## [1.34.0](https://github.com/dallay/agentsync/compare/v1.33.1...v1.34.0) (2026-03-28)
1219

1320

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"@dallay/agentsync": "catalog:",
2525
"lefthook": "^2.1.4"
2626
},
27-
"version": "1.34.0"
27+
"version": "1.34.1"
2828
}

0 commit comments

Comments
 (0)