Skip to content

Commit fc827b7

Browse files
chore: release v0.14.0 (#191)
Co-authored-by: acp-release-bot[bot] <246668977+acp-release-bot[bot]@users.noreply.github.com>
1 parent 7c366f9 commit fc827b7

16 files changed

Lines changed: 85 additions & 30 deletions

File tree

Cargo.lock

Lines changed: 17 additions & 17 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
@@ -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.13.1" }
29-
agent-client-protocol-conductor = { path = "src/agent-client-protocol-conductor", version = "0.13.1" }
30-
agent-client-protocol-derive = { path = "src/agent-client-protocol-derive", version = "0.13.1" }
31-
agent-client-protocol-polyfill = { path = "src/agent-client-protocol-polyfill", version = "0.13.1" }
32-
agent-client-protocol-rmcp = { path = "src/agent-client-protocol-rmcp", version = "0.13.1" }
28+
agent-client-protocol = { path = "src/agent-client-protocol", version = "0.14.0" }
29+
agent-client-protocol-conductor = { path = "src/agent-client-protocol-conductor", version = "0.14.0" }
30+
agent-client-protocol-derive = { path = "src/agent-client-protocol-derive", version = "0.14.0" }
31+
agent-client-protocol-polyfill = { path = "src/agent-client-protocol-polyfill", version = "0.14.0" }
32+
agent-client-protocol-rmcp = { path = "src/agent-client-protocol-rmcp", version = "0.14.0" }
3333
agent-client-protocol-test = { path = "src/agent-client-protocol-test" }
34-
agent-client-protocol-trace-viewer = { path = "src/agent-client-protocol-trace-viewer", version = "0.13.1" }
34+
agent-client-protocol-trace-viewer = { path = "src/agent-client-protocol-trace-viewer", version = "0.14.0" }
3535
yopo = { package = "agent-client-protocol-yopo", path = "src/yopo" }
3636

3737
# Protocol

src/agent-client-protocol-conductor/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.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
11+
12+
### Fixed
13+
14+
- *(acp)* Serialize proxy metadata as _meta ([#198](https://github.com/agentclientprotocol/rust-sdk/pull/198))
15+
16+
### Other
17+
18+
- Add features to docs.rs ([#190](https://github.com/agentclientprotocol/rust-sdk/pull/190))
19+
1020
## [0.13.1](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-conductor-v0.12.2...agent-client-protocol-conductor-v0.13.1) - 2026-06-01
1121

1222
### Other

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.13.1"
3+
version = "0.14.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.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
11+
12+
### Other
13+
14+
- release v0.13.1 ([#189](https://github.com/agentclientprotocol/rust-sdk/pull/189))
15+
1016
## [0.13.1](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-cookbook-v0.11.3...agent-client-protocol-cookbook-v0.13.1) - 2026-06-01
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.13.1"
3+
version = "0.14.0"
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.14.0](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-derive-v0.13.1...agent-client-protocol-derive-v0.14.0) - 2026-06-05
11+
12+
### Other
13+
14+
- release v0.13.1 ([#189](https://github.com/agentclientprotocol/rust-sdk/pull/189))
15+
1016
## [0.13.1](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-derive-v0.11.1...agent-client-protocol-derive-v0.13.1) - 2026-06-01
1117

1218
### Other

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

src/agent-client-protocol-polyfill/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.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
11+
12+
### Other
13+
14+
- release v0.13.1 ([#189](https://github.com/agentclientprotocol/rust-sdk/pull/189))
15+
1016
## [0.13.1](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-polyfill-v0.12.2...agent-client-protocol-polyfill-v0.13.1) - 2026-06-01
1117

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

0 commit comments

Comments
 (0)