Skip to content

Commit b8cf21b

Browse files
chore: release (#212)
Co-authored-by: acp-release-bot[bot] <246668977+acp-release-bot[bot]@users.noreply.github.com>
1 parent cc91389 commit b8cf21b

12 files changed

Lines changed: 49 additions & 37 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 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.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" }
32-
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.15.0" }
34-
agent-client-protocol-rmcp = { path = "src/agent-client-protocol-rmcp", version = "0.15.0" }
29+
agent-client-protocol = { path = "src/agent-client-protocol", version = "0.15.1" }
30+
agent-client-protocol-conductor = { path = "src/agent-client-protocol-conductor", version = "0.15.1" }
31+
agent-client-protocol-derive = { path = "src/agent-client-protocol-derive", version = "0.15.1" }
32+
agent-client-protocol-http = { path = "src/agent-client-protocol-http", version = "0.1.1" }
33+
agent-client-protocol-polyfill = { path = "src/agent-client-protocol-polyfill", version = "0.15.1" }
34+
agent-client-protocol-rmcp = { path = "src/agent-client-protocol-rmcp", version = "0.15.1" }
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.15.0" }
36+
agent-client-protocol-trace-viewer = { path = "src/agent-client-protocol-trace-viewer", version = "0.15.1" }
3737
yopo = { package = "agent-client-protocol-yopo", path = "src/yopo" }
3838

3939
# Protocol

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

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [0.1.1](https://github.com/agentclientprotocol/rust-sdk/compare/agent-client-protocol-http-v0.1.0...agent-client-protocol-http-v0.1.1) - 2026-06-22
6+
7+
### Other
8+
9+
- updated the following local packages: agent-client-protocol
10+
511
## [0.1.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-http-v0.1.0) - 2026-06-18
612

713
### Added

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

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

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

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

0 commit comments

Comments
 (0)