Skip to content

Commit 11b9785

Browse files
chore: release
1 parent 9fa32bb commit 11b9785

File tree

11 files changed

+195
-38
lines changed

11 files changed

+195
-38
lines changed

Cargo.lock

Lines changed: 38 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent-client-protocol-conductor/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-conductor-v0.1.0) - 2026-04-02
11+
12+
### Added
13+
14+
- Bring in SACP crates again ([#102](https://github.com/agentclientprotocol/rust-sdk/pull/102))
15+
16+
### Fixed
17+
18+
- Remove redundant Box::pin calls from async code ([#106](https://github.com/agentclientprotocol/rust-sdk/pull/106))
19+
# Changelog
20+
21+
All notable changes to this project will be documented in this file.
22+
523
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
624
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

src/agent-client-protocol-cookbook/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-cookbook-v0.1.0) - 2026-04-02
11+
12+
### Added
13+
14+
- Bring in SACP crates again ([#102](https://github.com/agentclientprotocol/rust-sdk/pull/102))
15+
# Changelog
16+
17+
All notable changes to this project will be documented in this file.
18+
519
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
620
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

src/agent-client-protocol-core/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,23 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-core-v0.1.0) - 2026-04-02
11+
12+
### Added
13+
14+
- *(unstable)* Add logout to core crate ([#105](https://github.com/agentclientprotocol/rust-sdk/pull/105))
15+
- *(unstable)* Forward schema only protocol changes ([#104](https://github.com/agentclientprotocol/rust-sdk/pull/104))
16+
- Bring in SACP crates again ([#102](https://github.com/agentclientprotocol/rust-sdk/pull/102))
17+
18+
### Fixed
19+
20+
- Remove redundant Box::pin calls from async code ([#106](https://github.com/agentclientprotocol/rust-sdk/pull/106))
21+
# Changelog
22+
23+
All notable changes to this project will be documented in this file.
24+
25+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
26+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

src/agent-client-protocol-derive/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-derive-v0.1.0) - 2026-04-02
11+
12+
### Added
13+
14+
- Bring in SACP crates again ([#102](https://github.com/agentclientprotocol/rust-sdk/pull/102))
15+
# Changelog
16+
17+
All notable changes to this project will be documented in this file.
18+
19+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
20+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

src/agent-client-protocol-rmcp/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-rmcp-v0.1.0) - 2026-04-02
11+
12+
### Added
13+
14+
- Bring in SACP crates again ([#102](https://github.com/agentclientprotocol/rust-sdk/pull/102))
15+
16+
### Fixed
17+
18+
- Remove redundant Box::pin calls from async code ([#106](https://github.com/agentclientprotocol/rust-sdk/pull/106))
19+
# Changelog
20+
21+
All notable changes to this project will be documented in this file.
22+
23+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
24+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

src/agent-client-protocol-tokio/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-tokio-v0.1.0) - 2026-04-02
11+
12+
### Added
13+
14+
- Bring in SACP crates again ([#102](https://github.com/agentclientprotocol/rust-sdk/pull/102))
15+
16+
### Fixed
17+
18+
- Remove redundant Box::pin calls from async code ([#106](https://github.com/agentclientprotocol/rust-sdk/pull/106))
19+
# Changelog
20+
21+
All notable changes to this project will be documented in this file.
22+
23+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
24+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

src/agent-client-protocol-trace-viewer/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-trace-viewer-v0.1.0) - 2026-04-02
11+
12+
### Added
13+
14+
- Bring in SACP crates again ([#102](https://github.com/agentclientprotocol/rust-sdk/pull/102))
15+
# Changelog
16+
17+
All notable changes to this project will be documented in this file.
18+
19+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
20+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

src/agent-client-protocol/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.10.5](https://github.com/agentclientprotocol/rust-sdk/compare/v0.10.4...v0.10.5) - 2026-04-02
4+
5+
### Fixed
6+
7+
- *(rpc)* log errors when sending response to peer fails ([#101](https://github.com/agentclientprotocol/rust-sdk/pull/101))
8+
- *(rpc)* handle write failures in handle_io loop ([#99](https://github.com/agentclientprotocol/rust-sdk/pull/99))
9+
- *(rpc)* use RawValue::NULL constant instead of from_string().unwrap() ([#96](https://github.com/agentclientprotocol/rust-sdk/pull/96))
10+
11+
### Other
12+
13+
- remove debug code from rpc_tests ([#100](https://github.com/agentclientprotocol/rust-sdk/pull/100))
14+
- *(test)* add conditional compilation ([#98](https://github.com/agentclientprotocol/rust-sdk/pull/98))
15+
316
## [0.10.4](https://github.com/agentclientprotocol/rust-sdk/compare/v0.10.3...v0.10.4) - 2026-03-31
417

518
### Added

src/agent-client-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "agent-client-protocol"
33
authors = ["Zed <hi@zed.dev>"]
4-
version = "0.10.4"
4+
version = "0.10.5"
55
edition = "2024"
66
license = "Apache-2.0"
77
description = "A protocol for standardizing communication between code editors and AI coding agents"

0 commit comments

Comments
 (0)