File tree Expand file tree Collapse file tree
agent-client-protocol-conductor
agent-client-protocol-cookbook
agent-client-protocol-polyfill
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 @@ -25,13 +25,13 @@ homepage = "https://github.com/agentclientprotocol/rust-sdk"
2525
2626[workspace .dependencies ]
2727# Internal crates
28- agent-client-protocol = { path = " src/agent-client-protocol" , version = " 0.12.1 " }
29- agent-client-protocol-conductor = { path = " src/agent-client-protocol-conductor" , version = " 0.12.1 " }
28+ agent-client-protocol = { path = " src/agent-client-protocol" , version = " 0.12.2 " }
29+ agent-client-protocol-conductor = { path = " src/agent-client-protocol-conductor" , version = " 0.12.2 " }
3030agent-client-protocol-derive = { path = " src/agent-client-protocol-derive" , version = " 0.11.1" }
31- agent-client-protocol-polyfill = { path = " src/agent-client-protocol-polyfill" , version = " 0.12.1 " }
32- agent-client-protocol-rmcp = { path = " src/agent-client-protocol-rmcp" , version = " 0.11.2 " }
31+ agent-client-protocol-polyfill = { path = " src/agent-client-protocol-polyfill" , version = " 0.12.2 " }
32+ agent-client-protocol-rmcp = { path = " src/agent-client-protocol-rmcp" , version = " 0.11.3 " }
3333agent-client-protocol-test = { path = " src/agent-client-protocol-test" }
34- agent-client-protocol-trace-viewer = { path = " src/agent-client-protocol-trace-viewer" , version = " 0.11.1 " }
34+ agent-client-protocol-trace-viewer = { path = " src/agent-client-protocol-trace-viewer" , version = " 0.11.2 " }
3535yopo = { package = " agent-client-protocol-yopo" , path = " src/yopo" }
3636
3737# Protocol
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.12.2] ( https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-conductor-v0.12.1...agent-client-protocol-conductor-v0.12.2 ) - 2026-05-25
11+
12+ ### Other
13+
14+ - update Cargo.lock dependencies
15+
1016## [ 0.12.1] ( https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-conductor-v0.12.0...agent-client-protocol-conductor-v0.12.1 ) - 2026-05-17
1117
1218### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol-conductor"
3- version = " 0.12.1 "
3+ version = " 0.12.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.3] ( https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-cookbook-v0.11.2...agent-client-protocol-cookbook-v0.11.3 ) - 2026-05-25
11+
12+ ### Other
13+
14+ - updated the following local packages: agent-client-protocol, agent-client-protocol-rmcp
15+
1016## [ 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
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol-cookbook"
3- version = " 0.11.2 "
3+ version = " 0.11.3 "
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.12.2] ( https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-polyfill-v0.12.1...agent-client-protocol-polyfill-v0.12.2 ) - 2026-05-25
11+
12+ ### Other
13+
14+ - updated the following local packages: agent-client-protocol
15+
1016## [ 0.12.1] ( https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-polyfill-v0.12.0...agent-client-protocol-polyfill-v0.12.1 ) - 2026-05-17
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol-polyfill"
3- version = " 0.12.1 "
3+ version = " 0.12.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.3] ( https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-rmcp-v0.11.2...agent-client-protocol-rmcp-v0.11.3 ) - 2026-05-25
11+
12+ ### Other
13+
14+ - updated the following local packages: agent-client-protocol
15+
1016## [ 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
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol-rmcp"
3- version = " 0.11.2 "
3+ version = " 0.11.3 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
You can’t perform that action at this time.
0 commit comments