Skip to content

Commit 539bf0a

Browse files
chore(agent-client-protocol-schema): release v0.14.0 (#1459)
Co-authored-by: acp-release-bot[bot] <246668977+acp-release-bot[bot]@users.noreply.github.com>
1 parent 0b57c6e commit 539bf0a

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.14.0](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.8...v0.14.0) - 2026-06-18
4+
5+
### Added
6+
7+
- *(rust)* Expose v1 schema types only under v1 module ([#1457](https://github.com/agentclientprotocol/agent-client-protocol/pull/1457))
8+
39
## [0.13.8](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.7...v0.13.8) - 2026-06-18
410

511
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ members = [
1414
resolver = "3"
1515

1616
[workspace.dependencies]
17-
agent-client-protocol-schema = { path = "agent-client-protocol-schema", version = "0.13.8" }
17+
agent-client-protocol-schema = { path = "agent-client-protocol-schema", version = "0.14.0" }
1818

1919
[workspace.lints.rust]
2020
future_incompatible = { level = "warn", priority = -1 }

agent-client-protocol-schema/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "agent-client-protocol-schema"
33
authors = ["Zed <hi@zed.dev>"]
4-
version = "0.13.8"
4+
version = "0.14.0"
55
edition = "2024"
66
license = "Apache-2.0"
77
description = "A protocol for standardizing communication between code editors and AI coding agents"

0 commit comments

Comments
 (0)