Skip to content

Commit 44faae0

Browse files
chore: release
1 parent bbfb5cb commit 44faae0

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ homepage = "https://github.com/agentclientprotocol/rust-sdk"
2626
[workspace.dependencies]
2727
# Internal crates
2828
agent-client-protocol = { path = "src/agent-client-protocol", version = "0.12.0" }
29-
agent-client-protocol-conductor = { path = "src/agent-client-protocol-conductor", version = "0.12.0" }
29+
agent-client-protocol-conductor = { path = "src/agent-client-protocol-conductor", version = "0.12.1" }
3030
agent-client-protocol-derive = { path = "src/agent-client-protocol-derive", version = "0.11.1" }
3131
agent-client-protocol-polyfill = { path = "src/agent-client-protocol-polyfill", version = "0.12.0" }
3232
agent-client-protocol-rmcp = { path = "src/agent-client-protocol-rmcp", version = "0.11.2" }

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.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-16
11+
12+
### Fixed
13+
14+
- *(polyfill)* bump version to 0.12.0 ([#168](https://github.com/agentclientprotocol/rust-sdk/pull/168))
15+
1016
## [0.12.0](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-conductor-v0.11.1...agent-client-protocol-conductor-v0.12.0) - 2026-05-16
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.12.0"
3+
version = "0.12.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)