Skip to content

Commit ef358fc

Browse files
chore: release (#203)
* chore: release * Fix typo --------- Co-authored-by: acp-release-bot[bot] <246668977+acp-release-bot[bot]@users.noreply.github.com> Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
1 parent ac6448b commit ef358fc

16 files changed

Lines changed: 124 additions & 229 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ homepage = "https://github.com/agentclientprotocol/rust-sdk"
2626

2727
[workspace.dependencies]
2828
# Internal crates
29-
agent-client-protocol = { path = "src/agent-client-protocol", version = "0.14.0" }
30-
agent-client-protocol-conductor = { path = "src/agent-client-protocol-conductor", version = "0.14.0" }
31-
agent-client-protocol-derive = { path = "src/agent-client-protocol-derive", version = "0.14.0" }
29+
agent-client-protocol = { path = "src/agent-client-protocol", version = "0.15.0" }
30+
agent-client-protocol-conductor = { path = "src/agent-client-protocol-conductor", version = "0.15.0" }
31+
agent-client-protocol-derive = { path = "src/agent-client-protocol-derive", version = "0.15.0" }
3232
agent-client-protocol-http = { path = "src/agent-client-protocol-http", version = "0.1.0" }
33-
agent-client-protocol-polyfill = { path = "src/agent-client-protocol-polyfill", version = "0.14.0" }
34-
agent-client-protocol-rmcp = { path = "src/agent-client-protocol-rmcp", version = "0.14.0" }
33+
agent-client-protocol-polyfill = { path = "src/agent-client-protocol-polyfill", version = "0.15.0" }
34+
agent-client-protocol-rmcp = { path = "src/agent-client-protocol-rmcp", version = "0.15.0" }
3535
agent-client-protocol-test = { path = "src/agent-client-protocol-test" }
36-
agent-client-protocol-trace-viewer = { path = "src/agent-client-protocol-trace-viewer", version = "0.14.0" }
36+
agent-client-protocol-trace-viewer = { path = "src/agent-client-protocol-trace-viewer", version = "0.15.0" }
3737
yopo = { package = "agent-client-protocol-yopo", path = "src/yopo" }
3838

3939
# Protocol

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

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

88
## [Unreleased]
99

10+
## [0.15.0](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-conductor-v0.14.0...agent-client-protocol-conductor-v0.15.0) - 2026-06-18
11+
12+
### Added
13+
14+
- *(deps)* update schema to 0.14.0 ([#211](https://github.com/agentclientprotocol/rust-sdk/pull/211))
15+
- *(acp)* Update schema crate to 0.13.8 ([#210](https://github.com/agentclientprotocol/rust-sdk/pull/210))
16+
- *(transports)* add HTTP/WebSocket transport support ([#162](https://github.com/agentclientprotocol/rust-sdk/pull/162))
17+
- *(acp)* add unstable request cancellation support ([#179](https://github.com/agentclientprotocol/rust-sdk/pull/179))
18+
19+
### Other
20+
21+
- *(acp)* Replace jsonrpcmsg crate with shared schema types ([#205](https://github.com/agentclientprotocol/rust-sdk/pull/205))
22+
- *(acp)* Remove unused module files ([#204](https://github.com/agentclientprotocol/rust-sdk/pull/204))
23+
- *(deps)* Preserve serde_json object order ([#202](https://github.com/agentclientprotocol/rust-sdk/pull/202))
24+
1025
## [0.14.0](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-conductor-v0.13.1...agent-client-protocol-conductor-v0.14.0) - 2026-06-05
1126

1227
### Fixed

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.14.0"
3+
version = "0.15.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

src/agent-client-protocol-cookbook/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.15.0](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-cookbook-v0.14.0...agent-client-protocol-cookbook-v0.15.0) - 2026-06-18
11+
12+
### Added
13+
14+
- *(deps)* update schema to 0.14.0 ([#211](https://github.com/agentclientprotocol/rust-sdk/pull/211))
15+
1016
## [0.14.0](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-cookbook-v0.13.1...agent-client-protocol-cookbook-v0.14.0) - 2026-06-05
1117

1218
### 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.14.0"
3+
version = "0.15.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

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.14.0"
3+
version = "0.15.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [0.1.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-http-v0.1.0) - 2026-06-18
6+
7+
### Added
8+
9+
- *(deps)* update schema to 0.14.0 ([#211](https://github.com/agentclientprotocol/rust-sdk/pull/211))
10+
- *(transports)* add HTTP/WebSocket transport support ([#162](https://github.com/agentclientprotocol/rust-sdk/pull/162))

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

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

88
## [Unreleased]
99

10+
## [0.15.0](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-polyfill-v0.14.0...agent-client-protocol-polyfill-v0.15.0) - 2026-06-18
11+
12+
### Added
13+
14+
- *(deps)* update schema to 0.14.0 ([#211](https://github.com/agentclientprotocol/rust-sdk/pull/211))
15+
- *(transports)* add HTTP/WebSocket transport support ([#162](https://github.com/agentclientprotocol/rust-sdk/pull/162))
16+
17+
### Other
18+
19+
- *(acp)* Replace jsonrpcmsg crate with shared schema types ([#205](https://github.com/agentclientprotocol/rust-sdk/pull/205))
20+
1021
## [0.14.0](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-polyfill-v0.13.1...agent-client-protocol-polyfill-v0.14.0) - 2026-06-05
1122

1223
### Other

src/agent-client-protocol-polyfill/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-polyfill"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)