From 396327ec87f4b9841ceb94836d782d4d70444e25 Mon Sep 17 00:00:00 2001 From: "acp-release-bot[bot]" <246668977+acp-release-bot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:20:30 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- agent-client-protocol-schema/Cargo.toml | 2 +- schema/v1/CHANGELOG.md | 10 ++++++++++ schema/v1/Cargo.toml | 2 +- schema/v2/CHANGELOG.md | 10 ++++++++++ schema/v2/Cargo.toml | 2 +- 8 files changed, 38 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2d094b..714d6aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.7.0](https://github.com/agentclientprotocol/agent-client-protocol/compare/v1.6.0...v1.7.0) - 2026-07-31 + +### Added + +- *(schema)* stabilize elicitation ([#1779](https://github.com/agentclientprotocol/agent-client-protocol/pull/1779)) + +### Other + +- *(unstable-v2)* remove conversion helpers ([#1809](https://github.com/agentclientprotocol/agent-client-protocol/pull/1809)) +- *(rfd)* Move terminal auth to preview ([#1796](https://github.com/agentclientprotocol/agent-client-protocol/pull/1796)) + ## [1.6.0](https://github.com/agentclientprotocol/agent-client-protocol/compare/v1.5.0...v1.6.0) - 2026-07-21 ### Added diff --git a/Cargo.lock b/Cargo.lock index f270e6e3..e8d52c97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,15 +4,15 @@ version = 4 [[package]] name = "agent-client-protocol-json-schema-v1" -version = "1.20.0" +version = "1.21.0" [[package]] name = "agent-client-protocol-json-schema-v2" -version = "2.0.0-alpha.2" +version = "2.0.0-alpha.3" [[package]] name = "agent-client-protocol-schema" -version = "1.6.0" +version = "1.7.0" dependencies = [ "anyhow", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index b772587f..758fa66f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "3" [workspace.dependencies] -agent-client-protocol-schema = { path = "agent-client-protocol-schema", version = "1.6.0" } +agent-client-protocol-schema = { path = "agent-client-protocol-schema", version = "1.7.0" } [workspace.lints.rust] future_incompatible = { level = "warn", priority = -1 } diff --git a/agent-client-protocol-schema/Cargo.toml b/agent-client-protocol-schema/Cargo.toml index 7cdde263..63721002 100644 --- a/agent-client-protocol-schema/Cargo.toml +++ b/agent-client-protocol-schema/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agent-client-protocol-schema" authors = ["Zed "] -version = "1.6.0" +version = "1.7.0" 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 2a39d63d..5f755e98 100644 --- a/schema/v1/CHANGELOG.md +++ b/schema/v1/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.21.0](https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v1.20.0...schema-v1.21.0) - 2026-07-31 + +### Added + +- *(schema)* stabilize elicitation ([#1779](https://github.com/agentclientprotocol/agent-client-protocol/pull/1779)) + +### Other + +- *(rfd)* Move terminal auth to preview ([#1796](https://github.com/agentclientprotocol/agent-client-protocol/pull/1796)) + ## [1.20.0](https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v1.19.1...schema-v1.20.0) - 2026-07-21 ### Added diff --git a/schema/v1/Cargo.toml b/schema/v1/Cargo.toml index 40aa4fe7..d8f7988d 100644 --- a/schema/v1/Cargo.toml +++ b/schema/v1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-client-protocol-json-schema-v1" -version = "1.20.0" +version = "1.21.0" edition = "2024" license = "Apache-2.0" description = "Version marker for ACP v1 JSON Schema GitHub releases" diff --git a/schema/v2/CHANGELOG.md b/schema/v2/CHANGELOG.md index 48aa91dd..c30ad6a1 100644 --- a/schema/v2/CHANGELOG.md +++ b/schema/v2/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0-alpha.3](https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v2.0.0-alpha.2...schema-v2.0.0-alpha.3) - 2026-07-31 + +### Added + +- *(schema)* stabilize elicitation ([#1779](https://github.com/agentclientprotocol/agent-client-protocol/pull/1779)) + +### Other + +- *(rfd)* Move terminal auth to preview ([#1796](https://github.com/agentclientprotocol/agent-client-protocol/pull/1796)) + ## [2.0.0-alpha.2](https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v2.0.0-alpha.1...schema-v2.0.0-alpha.2) - 2026-07-21 ### Added diff --git a/schema/v2/Cargo.toml b/schema/v2/Cargo.toml index 17b180ae..965a214b 100644 --- a/schema/v2/Cargo.toml +++ b/schema/v2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-client-protocol-json-schema-v2" -version = "2.0.0-alpha.2" +version = "2.0.0-alpha.3" edition = "2024" license = "Apache-2.0" description = "Version marker for ACP v2 JSON Schema artifacts"