From d42922d03a15a7d83299b3ee99958d73d7d5de17 Mon Sep 17 00:00:00 2001 From: "acp-release-bot[bot]" <246668977+acp-release-bot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:58:32 +0000 Subject: [PATCH] chore: release v0.13.6 --- 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 bcae24dc..8b117136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.13.6](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.5...v0.13.6) - 2026-06-02 + +### Other + +- Render feature docs in docs.rs ([#1331](https://github.com/agentclientprotocol/agent-client-protocol/pull/1331)) + ## [0.13.5](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.4...v0.13.5) - 2026-06-01 ### Added diff --git a/Cargo.lock b/Cargo.lock index 187166a4..aed70ca2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-client-protocol-schema" -version = "0.13.5" +version = "0.13.6" dependencies = [ "anyhow", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 8661adf4..70d21515 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agent-client-protocol-schema" authors = ["Zed "] -version = "0.13.5" +version = "0.13.6" edition = "2024" license = "Apache-2.0" description = "A protocol for standardizing communication between code editors and AI coding agents"