Skip to content

Commit 68dc383

Browse files
chore: release
1 parent a71cdff commit 68dc383

15 files changed

Lines changed: 92 additions & 17 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ homepage = "https://github.com/agentclientprotocol/rust-sdk"
2121

2222
[workspace.dependencies]
2323
# Internal crates
24-
agent-client-protocol = { path = "src/agent-client-protocol", version = "0.11.1" }
25-
agent-client-protocol-conductor = { path = "src/agent-client-protocol-conductor", version = "0.11.1" }
26-
agent-client-protocol-derive = { path = "src/agent-client-protocol-derive", version = "0.11.0" }
27-
agent-client-protocol-rmcp = { path = "src/agent-client-protocol-rmcp", version = "0.11.1" }
24+
agent-client-protocol = { path = "src/agent-client-protocol", version = "0.12.0" }
25+
agent-client-protocol-conductor = { path = "src/agent-client-protocol-conductor", version = "0.12.0" }
26+
agent-client-protocol-derive = { path = "src/agent-client-protocol-derive", version = "0.11.1" }
27+
agent-client-protocol-rmcp = { path = "src/agent-client-protocol-rmcp", version = "0.11.2" }
2828
agent-client-protocol-test = { path = "src/agent-client-protocol-test" }
29-
agent-client-protocol-trace-viewer = { path = "src/agent-client-protocol-trace-viewer", version = "0.11.0" }
29+
agent-client-protocol-trace-viewer = { path = "src/agent-client-protocol-trace-viewer", version = "0.11.1" }
3030
yopo = { package = "agent-client-protocol-yopo", path = "src/yopo" }
3131

3232
# Protocol

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.0](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-conductor-v0.11.1...agent-client-protocol-conductor-v0.12.0) - 2026-05-16
11+
12+
### Added
13+
14+
- extract mcp-over-acp proxy ([#146](https://github.com/agentclientprotocol/rust-sdk/pull/146))
15+
- remove direct dependency on tokio ([#145](https://github.com/agentclientprotocol/rust-sdk/pull/145))
16+
17+
### Other
18+
19+
- *(deps)* update Rust dependencies ([#166](https://github.com/agentclientprotocol/rust-sdk/pull/166))
20+
- *(deps)* bump the minor group with 7 updates ([#152](https://github.com/agentclientprotocol/rust-sdk/pull/152))
21+
- Trim dependencies ([#149](https://github.com/agentclientprotocol/rust-sdk/pull/149))
22+
- remove unreachable!() and improve error messages ([#139](https://github.com/agentclientprotocol/rust-sdk/pull/139))
23+
1024
### Breaking Changes
1125

1226
- **Removed `McpBridgeMode`** and the `mcp_bridge_mode` parameter from `ConductorImpl::new`, `new_agent`, and `new_proxy`. MCP-over-ACP bridging is no longer built into the conductor. Use `agent-client-protocol-polyfill::mcp_over_acp::McpOverAcpPolyfill` as a proxy in the chain instead.

src/agent-client-protocol-conductor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-client-protocol-conductor"
3-
version = "0.11.1"
3+
version = "0.12.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.2](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-cookbook-v0.11.1...agent-client-protocol-cookbook-v0.11.2) - 2026-05-16
11+
12+
### Added
13+
14+
- remove direct dependency on tokio ([#145](https://github.com/agentclientprotocol/rust-sdk/pull/145))
15+
16+
### Other
17+
18+
- Trim dependencies ([#149](https://github.com/agentclientprotocol/rust-sdk/pull/149))
19+
1020
## [0.11.1](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-cookbook-v0.11.0...agent-client-protocol-cookbook-v0.11.1) - 2026-04-21
1121

1222
### Other

src/agent-client-protocol-cookbook/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-client-protocol-cookbook"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.1](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-derive-v0.11.0...agent-client-protocol-derive-v0.11.1) - 2026-05-16
11+
12+
### Other
13+
14+
- Trim dependencies ([#149](https://github.com/agentclientprotocol/rust-sdk/pull/149))
15+
1016
## [0.11.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-derive-v0.11.0) - 2026-04-20
1117

1218
### Added

src/agent-client-protocol-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-client-protocol-derive"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
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.11.1](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-polyfill-v0.11.1) - 2026-05-16
11+
12+
### Added
13+
14+
- extract mcp-over-acp proxy ([#146](https://github.com/agentclientprotocol/rust-sdk/pull/146))

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.2](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-rmcp-v0.11.1...agent-client-protocol-rmcp-v0.11.2) - 2026-05-16
11+
12+
### Other
13+
14+
- Trim dependencies ([#149](https://github.com/agentclientprotocol/rust-sdk/pull/149))
15+
1016
## [0.11.1](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-rmcp-v0.11.0...agent-client-protocol-rmcp-v0.11.1) - 2026-04-21
1117

1218
### Other

0 commit comments

Comments
 (0)