From af0e86fab7fd1cdf6a915dbd0d42a0cb26dbf76a Mon Sep 17 00:00:00 2001 From: "acp-release-bot[bot]" <246668977+acp-release-bot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 17:02:26 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- agent-client-protocol-schema/Cargo.toml | 2 +- schema/v1/CHANGELOG.md | 6 ++++++ schema/v1/Cargo.toml | 2 +- schema/v2/CHANGELOG.md | 6 ++++++ schema/v2/Cargo.toml | 2 +- 8 files changed, 29 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b57c2240..9b173f6db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.8.0](https://github.com/agentclientprotocol/agent-client-protocol/compare/v1.7.0...v1.8.0) - 2026-09-14 + +### Added + +- *(unstable)* add session notices schema ([#2004](https://github.com/agentclientprotocol/agent-client-protocol/pull/2004)) + +### Other + +- *(deps)* bump actions-rust-lang/setup-rust-toolchain from 1.17.0 to 2.0.0 ([#2156](https://github.com/agentclientprotocol/agent-client-protocol/pull/2156)) + ## [1.7.0](https://github.com/agentclientprotocol/agent-client-protocol/compare/v1.6.0...v1.7.0) - 2026-08-20 ### Added diff --git a/Cargo.lock b/Cargo.lock index 623a5a2c3..1a7ada5f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,15 +4,15 @@ version = 4 [[package]] name = "agent-client-protocol-json-schema-v1" -version = "1.21.0" +version = "1.22.0" [[package]] name = "agent-client-protocol-json-schema-v2" -version = "2.0.0-alpha.3" +version = "2.0.0-alpha.4" [[package]] name = "agent-client-protocol-schema" -version = "1.7.0" +version = "1.8.0" dependencies = [ "anyhow", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 4bd668a98..45d7d853b 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.7.0" } +agent-client-protocol-schema = { path = "agent-client-protocol-schema", version = "1.8.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 6d1b2c387..fdfa5bc30 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.7.0" +version = "1.8.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 256edd3d8..faa576c11 100644 --- a/schema/v1/CHANGELOG.md +++ b/schema/v1/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.22.0](https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v1.21.0...schema-v1.22.0) - 2026-09-14 + +### Added + +- *(unstable)* add session notices schema ([#2004](https://github.com/agentclientprotocol/agent-client-protocol/pull/2004)) + ## [1.21.0](https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v1.20.0...schema-v1.21.0) - 2026-08-20 ### Added diff --git a/schema/v1/Cargo.toml b/schema/v1/Cargo.toml index d8f7988d6..504f4934c 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.21.0" +version = "1.22.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 5cd59d4ec..b3346dde7 100644 --- a/schema/v2/CHANGELOG.md +++ b/schema/v2/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0-alpha.4](https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v2.0.0-alpha.3...schema-v2.0.0-alpha.4) - 2026-09-14 + +### Added + +- *(unstable)* add session notices schema ([#2004](https://github.com/agentclientprotocol/agent-client-protocol/pull/2004)) + ## [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-08-20 ### Added diff --git a/schema/v2/Cargo.toml b/schema/v2/Cargo.toml index 965a214b6..f62aa801c 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.3" +version = "2.0.0-alpha.4" edition = "2024" license = "Apache-2.0" description = "Version marker for ACP v2 JSON Schema artifacts"