Skip to content

Commit 60fe77f

Browse files
dallay-bot[bot]yacosta738
authored andcommitted
chore(main): release 1.32.0
1 parent bc37660 commit 60fe77f

4 files changed

Lines changed: 33 additions & 3 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.31.0"
2+
".": "1.32.0"
33
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,36 @@
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.32.0](https://github.com/dallay/agentsync/compare/v1.31.0...v1.32.0) (2026-03-22)
12+
13+
14+
### Features
15+
16+
* nested agent context ([#242](https://github.com/dallay/agentsync/issues/242)) ([79bc0fa](https://github.com/dallay/agentsync/commit/79bc0fa5660e09dc799c0b86400b82aeb64bfe53))
17+
18+
19+
### Bug Fixes
20+
21+
* **ci:** skip contributor-report for bot-authored PRs ([414b465](https://github.com/dallay/agentsync/commit/414b46555a276c2c443363dd09609d31740762e8))
22+
* update release-please-action to googleapis/release-please-action@v4.4.0 ([b30474d](https://github.com/dallay/agentsync/commit/b30474d4fe30059908ff046b0ee37380211a1d35))
23+
24+
25+
### Performance
26+
27+
* skip redundant I/O in write_compressed_agents_md ([#240](https://github.com/dallay/agentsync/issues/240)) ([9fcd4ae](https://github.com/dallay/agentsync/commit/9fcd4ae3fce2e75ff1bdeea30bb9911dedd88782))
28+
29+
30+
### Continuous Integration
31+
32+
* Configure SonarCloud project and organization keys ([4cf4971](https://github.com/dallay/agentsync/commit/4cf4971350f54ccef8bcddb753c1427d19363b9a))
33+
34+
35+
### Chores
36+
37+
* **deps:** update actions/create-github-app-token digest to fee1f7d ([#245](https://github.com/dallay/agentsync/issues/245)) ([bc37660](https://github.com/dallay/agentsync/commit/bc376601ed118e3e5c36758456f22c5262d2a81e))
38+
* **deps:** update actions/setup-node digest to 53b8394 ([#220](https://github.com/dallay/agentsync/issues/220)) ([788147a](https://github.com/dallay/agentsync/commit/788147a615676770cc333d6f2cc7d1c14b93b23b))
39+
* **deps:** update devdependencies ([#238](https://github.com/dallay/agentsync/issues/238)) ([1154a97](https://github.com/dallay/agentsync/commit/1154a97f022370a8f760716f1a23e670d9ef6d0b))
40+
1141
## [1.31.0](https://github.com/dallay/agentsync/compare/v1.30.0...v1.31.0) (2026-03-22)
1242

1343

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.31.0"
3+
version = "1.32.0"
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."

0 commit comments

Comments
 (0)