Skip to content

Commit fcc8732

Browse files
chore: release (#1442)
Co-authored-by: acp-release-bot[bot] <246668977+acp-release-bot[bot]@users.noreply.github.com>
1 parent 2b4fcab commit fcc8732

5 files changed

Lines changed: 24 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## [0.13.8](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.7...v0.13.8) - 2026-06-18
4+
5+
### Other
6+
7+
- *(rust)* Move schema crate into workspace subdirectory ([#1456](https://github.com/agentclientprotocol/agent-client-protocol/pull/1456))
8+
- various cleanups ([#1453](https://github.com/agentclientprotocol/agent-client-protocol/pull/1453))
9+
- Clarify schema release versioning docs ([#1443](https://github.com/agentclientprotocol/agent-client-protocol/pull/1443))
10+
311
## [0.13.7](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.13.6...v0.13.7) - 2026-06-16
412

513
### Added

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7"
4+
version = "0.13.8"
55
edition = "2024"
66
license = "Apache-2.0"
77
description = "A protocol for standardizing communication between code editors and AI coding agents"

schema/v1/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.14.0](https://github.com/agentclientprotocol/agent-client-protocol/compare/schema-v1.13.7...schema-v1.14.0) - 2026-06-18
11+
12+
### Added
13+
14+
- Add unstable model config category ([#1455](https://github.com/agentclientprotocol/agent-client-protocol/pull/1455))
15+
16+
### Other
17+
18+
- Clean up missing documentation on various schemas and builder ([#1454](https://github.com/agentclientprotocol/agent-client-protocol/pull/1454))
19+
- various cleanups ([#1453](https://github.com/agentclientprotocol/agent-client-protocol/pull/1453))
20+
- Clarify schema release versioning docs ([#1443](https://github.com/agentclientprotocol/agent-client-protocol/pull/1443))
21+
1022
## [1.13.7](https://github.com/agentclientprotocol/agent-client-protocol/releases/tag/schema-v1.13.7) - 2026-06-16
1123

1224
### Fixed

schema/v1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-client-protocol-json-schema-v1"
3-
version = "1.13.7"
3+
version = "1.14.0"
44
edition = "2024"
55
license = "Apache-2.0"
66
description = "Version marker for ACP v1 JSON Schema GitHub releases"

0 commit comments

Comments
 (0)