From 92bc865f2ddbf5ba6931f259b6338c5005870ab8 Mon Sep 17 00:00:00 2001 From: "acp-release-bot[bot]" <246668977+acp-release-bot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 20:41:31 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- schema/v1/CHANGELOG.md | 14 ++++++++++++++ 4 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b5879f1..5f9157a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.13.7](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.6...v0.13.7) - 2026-06-05 + +### Added + +- *(unstable-v2)* Nest session-scoped capabilities under session ([#1373](https://github.com/agentclientprotocol/agent-client-protocol/pull/1373)) + +### Other + +- *(rfd)* add v1/v2 durability and reliability expectations to remote transport RFD ([#1376](https://github.com/agentclientprotocol/agent-client-protocol/pull/1376)) +- Setup separate publishes for JSON Schemas ([#1377](https://github.com/agentclientprotocol/agent-client-protocol/pull/1377)) + ## [0.13.6](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.5...v0.13.6) - 2026-06-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index 1d73f1aa..48c0d9c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,7 @@ version = "2.0.0-alpha.0" [[package]] name = "agent-client-protocol-schema" -version = "0.13.6" +version = "0.13.7" dependencies = [ "anyhow", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 2700deaa..228ec3b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agent-client-protocol-schema" authors = ["Zed "] -version = "0.13.6" +version = "0.13.7" edition = "2024" license = "Apache-2.0" description = "A protocol for standardizing communication between code editors and AI coding agents" diff --git a/schema/v1/CHANGELOG.md b/schema/v1/CHANGELOG.md index 825c32f0..6328a112 100644 --- a/schema/v1/CHANGELOG.md +++ b/schema/v1/CHANGELOG.md @@ -1 +1,15 @@ # Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [1.13.6](https://github.com/agentclientprotocol/agent-client-protocol/releases/tag/schema-v1.13.6) - 2026-06-05 + +### Other + +- Setup separate publishes for JSON Schemas ([#1377](https://github.com/agentclientprotocol/agent-client-protocol/pull/1377)) +# Changelog