File tree Expand file tree Collapse file tree
agent-client-protocol-conductor
agent-client-protocol-cookbook
agent-client-protocol-rmcp
agent-client-protocol-trace-viewer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ homepage = "https://github.com/agentclientprotocol/rust-sdk"
2020
2121[workspace .dependencies ]
2222# Internal crates
23- agent-client-protocol = { path = " src/agent-client-protocol" , version = " 0.11.1 " }
24- agent-client-protocol-conductor = { path = " src/agent-client-protocol-conductor" , version = " 0.11.1 " }
23+ agent-client-protocol = { path = " src/agent-client-protocol" , version = " 0.11.2 " }
24+ agent-client-protocol-conductor = { path = " src/agent-client-protocol-conductor" , version = " 0.11.2 " }
2525agent-client-protocol-derive = { path = " src/agent-client-protocol-derive" , version = " 0.11.0" }
26- agent-client-protocol-rmcp = { path = " src/agent-client-protocol-rmcp" , version = " 0.11.1 " }
26+ agent-client-protocol-rmcp = { path = " src/agent-client-protocol-rmcp" , version = " 0.11.2 " }
2727agent-client-protocol-test = { path = " src/agent-client-protocol-test" }
28- agent-client-protocol-trace-viewer = { path = " src/agent-client-protocol-trace-viewer" , version = " 0.11.0 " }
28+ agent-client-protocol-trace-viewer = { path = " src/agent-client-protocol-trace-viewer" , version = " 0.11.1 " }
2929yopo = { package = " agent-client-protocol-yopo" , path = " src/yopo" }
3030
3131# Core async runtime
Original file line number Diff line number Diff 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-conductor-v0.11.1...agent-client-protocol-conductor-v0.11.2 ) - 2026-05-01
11+
12+ ### Added
13+
14+ - remove direct dependency on tokio ([ #145 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/145 ) )
15+
16+ ### Other
17+
18+ - remove unreachable!() and improve error messages ([ #139 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/139 ) )
19+
1020## [ 0.11.1] ( https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-conductor-v0.11.0...agent-client-protocol-conductor-v0.11.1 ) - 2026-04-21
1121
1222### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol-conductor"
3- version = " 0.11.1 "
3+ version = " 0.11.2 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
Original file line number Diff line number Diff 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-cookbook-v0.11.1...agent-client-protocol-cookbook-v0.11.2 ) - 2026-05-01
11+
12+ ### Added
13+
14+ - remove direct dependency on tokio ([ #145 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/145 ) )
15+
1016## [ 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
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol-cookbook"
3- version = " 0.11.1 "
3+ version = " 0.11.2 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
Original file line number Diff line number Diff 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-01
11+
12+ ### Other
13+
14+ - updated the following local packages: agent-client-protocol
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
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol-rmcp"
3- version = " 0.11.1 "
3+ version = " 0.11.2 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
Original file line number Diff line number Diff 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-trace-viewer-v0.11.0...agent-client-protocol-trace-viewer-v0.11.1 ) - 2026-05-01
11+
12+ ### Other
13+
14+ - remove unreachable!() and improve error messages ([ #139 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/139 ) )
15+
1016## [ 0.11.0] ( https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-trace-viewer-v0.11.0 ) - 2026-04-20
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol-trace-viewer"
3- version = " 0.11.0 "
3+ version = " 0.11.1 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
You can’t perform that action at this time.
0 commit comments