From b1e9bb6a7e7ccb18d75be3c32de40024ff15dfa7 Mon Sep 17 00:00:00 2001 From: "acp-release-bot[bot]" <246668977+acp-release-bot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:54:48 +0000 Subject: [PATCH] chore: release v0.11.3 --- 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 e08e06b2..e93c2fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.11.3](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.11.2...v0.11.3) - 2026-03-13 + +### Added + +- *(rust-only)* Add meta getter for AuthMethod enum ([#725](https://github.com/agentclientprotocol/agent-client-protocol/pull/725)) + ## [0.11.2](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.11.1...v0.11.2) - 2026-03-11 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index e1c921a2..644c34bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-client-protocol-schema" -version = "0.11.2" +version = "0.11.3" dependencies = [ "anyhow", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index cd6e77cd..db16006e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agent-client-protocol-schema" authors = ["Zed "] -version = "0.11.2" +version = "0.11.3" edition = "2024" license = "Apache-2.0" description = "A protocol for standardizing communication between code editors and AI coding agents"