Skip to content

Commit ec2f60b

Browse files
committed
Go to 0.9.0
1 parent a098818 commit ec2f60b

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

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.

src/agent-client-protocol/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Changelog
22

3-
## [0.8.1](https://github.com/agentclientprotocol/rust-sdk/compare/v0.8.0...v0.8.1) - 2025-12-08
3+
## [0.9.0](https://github.com/agentclientprotocol/rust-sdk/compare/v0.8.0...v0.9.0) - 2025-12-08
44

5-
### Other
6-
7-
- update Cargo.toml dependencies
5+
Update to v0.10.0 of agent-client-protocol-schema
86

97
## 0.8.0 (2025-12-01)
108

src/agent-client-protocol/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"
33
authors = ["Zed <hi@zed.dev>"]
4-
version = "0.8.1"
4+
version = "0.9.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)