Skip to content

Commit 1c43d4a

Browse files
chore(main): release 1.49.1 (#549)
Co-authored-by: dallay-bot[bot] <172063952+dallay-bot[bot]@users.noreply.github.com>
1 parent 1839fe0 commit 1c43d4a

6 files changed

Lines changed: 23 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.0"
2+
".": "1.49.1"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@
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.49.1](https://github.com/dallay/agentsync/compare/v1.49.0...v1.49.1) (2026-08-11)
25+
26+
27+
### Code Refactoring
28+
29+
* **network:** standardize HTTP operations on async reqwest ([#496](https://github.com/dallay/agentsync/issues/496)) ([#548](https://github.com/dallay/agentsync/issues/548)) ([1839fe0](https://github.com/dallay/agentsync/commit/1839fe06e02ada035d4323cb8ba60e1409789ef0))
30+
31+
32+
### Chores
33+
34+
* **deps:** lock file maintenance ([#547](https://github.com/dallay/agentsync/issues/547)) ([50463af](https://github.com/dallay/agentsync/commit/50463affc81a6872b0b822503901c318e7fb3324))
35+
2436
## [1.49.0](https://github.com/dallay/agentsync/compare/v1.48.0...v1.49.0) (2026-08-11)
2537

2638

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.0"
3+
version = "1.49.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.49.0",
3+
"version": "1.49.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.49.0",
52-
"@dallay/agentsync-darwin-x64": "1.49.0",
53-
"@dallay/agentsync-linux-arm64": "1.49.0",
54-
"@dallay/agentsync-linux-x64": "1.49.0",
55-
"@dallay/agentsync-windows-arm64": "1.49.0",
56-
"@dallay/agentsync-windows-x64": "1.49.0"
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"
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.49.0"
26+
"version": "1.49.1"
2727
}

0 commit comments

Comments
 (0)