From 8f0cdb71bf972a04b550c7a6360e7d1c13e80997 Mon Sep 17 00:00:00 2001 From: "acp-release-bot[bot]" <246668977+acp-release-bot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:48:11 +0000 Subject: [PATCH] chore: release v0.11.4 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd29005a..d5104457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.11.4](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.11.3...v0.11.4) - 2026-03-26 + +### Other + +- Update README.md ([#836](https://github.com/agentclientprotocol/agent-client-protocol/pull/836)) + ## [0.11.3](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.11.2...v0.11.3) - 2026-03-18 ### Added diff --git a/Cargo.lock b/Cargo.lock index 4a004f74..28687833 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-client-protocol-schema" -version = "0.11.3" +version = "0.11.4" dependencies = [ "anyhow", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 86160b45..7a4d78da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agent-client-protocol-schema" authors = ["Zed "] -version = "0.11.3" +version = "0.11.4" edition = "2024" license = "Apache-2.0" description = "A protocol for standardizing communication between code editors and AI coding agents"