From a098818921439eca649b0528167cddd724856805 Mon Sep 17 00:00:00 2001 From: "acp-release-bot[bot]" <246668977+acp-release-bot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:30:11 +0000 Subject: [PATCH 1/2] chore: release v0.8.1 --- Cargo.lock | 2 +- src/agent-client-protocol/CHANGELOG.md | 6 ++++++ src/agent-client-protocol/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3baf9c7..9ac429a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-client-protocol" -version = "0.8.0" +version = "0.8.1" dependencies = [ "agent-client-protocol-schema", "anyhow", diff --git a/src/agent-client-protocol/CHANGELOG.md b/src/agent-client-protocol/CHANGELOG.md index 554f085..8c7ddfd 100644 --- a/src/agent-client-protocol/CHANGELOG.md +++ b/src/agent-client-protocol/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.8.1](https://github.com/agentclientprotocol/rust-sdk/compare/v0.8.0...v0.8.1) - 2025-12-08 + +### Other + +- update Cargo.toml dependencies + ## 0.8.0 (2025-12-01) The types from the Rust crate, `agent-client-protocol-schema` has major breaking changes. All exported type are now marked as `#[non_exhaustive]`. Since the schema itself is JSON, and we can introduce new fields and variants in a non-breaking way, we wanted to allow for the same behavior in the Rust library. diff --git a/src/agent-client-protocol/Cargo.toml b/src/agent-client-protocol/Cargo.toml index 627913a..1a14d23 100644 --- a/src/agent-client-protocol/Cargo.toml +++ b/src/agent-client-protocol/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agent-client-protocol" authors = ["Zed "] -version = "0.8.0" +version = "0.8.1" edition = "2024" license = "Apache-2.0" description = "A protocol for standardizing communication between code editors and AI coding agents" From ec2f60b2bd0320a15472061c666a72799baa3de6 Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Mon, 8 Dec 2025 11:42:21 +0100 Subject: [PATCH 2/2] Go to 0.9.0 --- Cargo.lock | 2 +- src/agent-client-protocol/CHANGELOG.md | 6 ++---- src/agent-client-protocol/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ac429a..3819e07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-client-protocol" -version = "0.8.1" +version = "0.9.0" dependencies = [ "agent-client-protocol-schema", "anyhow", diff --git a/src/agent-client-protocol/CHANGELOG.md b/src/agent-client-protocol/CHANGELOG.md index 8c7ddfd..ba1160f 100644 --- a/src/agent-client-protocol/CHANGELOG.md +++ b/src/agent-client-protocol/CHANGELOG.md @@ -1,10 +1,8 @@ # Changelog -## [0.8.1](https://github.com/agentclientprotocol/rust-sdk/compare/v0.8.0...v0.8.1) - 2025-12-08 +## [0.9.0](https://github.com/agentclientprotocol/rust-sdk/compare/v0.8.0...v0.9.0) - 2025-12-08 -### Other - -- update Cargo.toml dependencies +Update to v0.10.0 of agent-client-protocol-schema ## 0.8.0 (2025-12-01) diff --git a/src/agent-client-protocol/Cargo.toml b/src/agent-client-protocol/Cargo.toml index 1a14d23..a431ce7 100644 --- a/src/agent-client-protocol/Cargo.toml +++ b/src/agent-client-protocol/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agent-client-protocol" authors = ["Zed "] -version = "0.8.1" +version = "0.9.0" edition = "2024" license = "Apache-2.0" description = "A protocol for standardizing communication between code editors and AI coding agents"