Skip to content

Commit 7a66763

Browse files
chore: release v0.11.1 (#132)
Co-authored-by: acp-release-bot[bot] <246668977+acp-release-bot[bot]@users.noreply.github.com>
1 parent 970c942 commit 7a66763

12 files changed

Lines changed: 44 additions & 14 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 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.0" }
25-
agent-client-protocol-conductor = { path = "src/agent-client-protocol-conductor", version = "0.11.0" }
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" }
2626
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.0" }
27+
agent-client-protocol-rmcp = { path = "src/agent-client-protocol-rmcp", version = "0.11.1" }
2828
agent-client-protocol-test = { path = "src/agent-client-protocol-test" }
29-
agent-client-protocol-tokio = { path = "src/agent-client-protocol-tokio", version = "0.11.0" }
29+
agent-client-protocol-tokio = { path = "src/agent-client-protocol-tokio", version = "0.11.1" }
3030
agent-client-protocol-trace-viewer = { path = "src/agent-client-protocol-trace-viewer", version = "0.11.0" }
3131
yopo = { package = "agent-client-protocol-yopo", path = "src/yopo" }
3232

src/agent-client-protocol-conductor/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-conductor-v0.11.0...agent-client-protocol-conductor-v0.11.1) - 2026-04-21
11+
12+
### Other
13+
14+
- updated the following local packages: agent-client-protocol, agent-client-protocol-tokio, agent-client-protocol-tokio
15+
1016
## [0.11.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-conductor-v0.11.0) - 2026-04-20
1117

1218
### Added

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.0"
3+
version = "0.11.1"
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.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
11+
12+
### Other
13+
14+
- updated the following local packages: agent-client-protocol, agent-client-protocol-tokio, agent-client-protocol-conductor, agent-client-protocol-rmcp
15+
1016
## [0.11.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-cookbook-v0.11.0) - 2026-04-20
1117

1218
### Added

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

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.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
11+
12+
### Other
13+
14+
- updated the following local packages: agent-client-protocol
15+
1016
## [0.11.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-rmcp-v0.11.0) - 2026-04-20
1117

1218
### Added

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

src/agent-client-protocol-tokio/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-tokio-v0.11.0...agent-client-protocol-tokio-v0.11.1) - 2026-04-21
11+
12+
### Other
13+
14+
- updated the following local packages: agent-client-protocol
15+
1016
## [0.11.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-tokio-v0.11.0) - 2026-04-20
1117

1218
### Added

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

0 commit comments

Comments
 (0)