From fcc39e7d5f049a82dab128c0b97699d9f6b03181 Mon Sep 17 00:00:00 2001 From: "dallay-bot[bot]" <172063952+dallay-bot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 20:33:09 +0000 Subject: [PATCH] chore(main): release 1.49.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- npm/agentsync/package.json | 14 +++++++------- package.json | 2 +- 6 files changed, 23 insertions(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 40d21ce2..91ea61ad 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.49.0" + ".": "1.49.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c042b91..96015b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,18 @@ * **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)) * **deps:** lock file maintenance ([#339](https://github.com/dallay/agentsync/issues/339)) ([ff355dc](https://github.com/dallay/agentsync/commit/ff355dcea9fecf689c0e205b5fed24b494546632)) +## [1.49.1](https://github.com/dallay/agentsync/compare/v1.49.0...v1.49.1) (2026-08-11) + + +### Code Refactoring + +* **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)) + + +### Chores + +* **deps:** lock file maintenance ([#547](https://github.com/dallay/agentsync/issues/547)) ([50463af](https://github.com/dallay/agentsync/commit/50463affc81a6872b0b822503901c318e7fb3324)) + ## [1.49.0](https://github.com/dallay/agentsync/compare/v1.48.0...v1.49.0) (2026-08-11) diff --git a/Cargo.lock b/Cargo.lock index 29fcab2a..046aa9dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ [[package]] name = "agentsync" -version = "1.49.0" +version = "1.49.1" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d8610b9a..e46147d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agentsync" -version = "1.49.0" +version = "1.49.1" edition = "2024" rust-version = "1.89" description = "A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links." diff --git a/npm/agentsync/package.json b/npm/agentsync/package.json index 87c6fadf..5a773bd7 100644 --- a/npm/agentsync/package.json +++ b/npm/agentsync/package.json @@ -1,6 +1,6 @@ { "name": "@dallay/agentsync", - "version": "1.49.0", + "version": "1.49.1", "description": "A fast CLI tool to sync AI agent configurations and MCP servers across Claude, Copilot, Cursor, and more using symbolic links.", "author": "Yuniel Acosta ", "license": "MIT", @@ -48,12 +48,12 @@ "typescript": "^7.0.0" }, "optionalDependencies": { - "@dallay/agentsync-darwin-arm64": "1.49.0", - "@dallay/agentsync-darwin-x64": "1.49.0", - "@dallay/agentsync-linux-arm64": "1.49.0", - "@dallay/agentsync-linux-x64": "1.49.0", - "@dallay/agentsync-windows-arm64": "1.49.0", - "@dallay/agentsync-windows-x64": "1.49.0" + "@dallay/agentsync-darwin-arm64": "1.49.1", + "@dallay/agentsync-darwin-x64": "1.49.1", + "@dallay/agentsync-linux-arm64": "1.49.1", + "@dallay/agentsync-linux-x64": "1.49.1", + "@dallay/agentsync-windows-arm64": "1.49.1", + "@dallay/agentsync-windows-x64": "1.49.1" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 7cc7e185..31fe7eb5 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,5 @@ "@biomejs/biome": "2.5.6", "lefthook": "^2.1.6" }, - "version": "1.49.0" + "version": "1.49.1" }