diff --git a/CHANGELOG.md b/CHANGELOG.md index cd29005a..97045932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.11.4](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.11.3...v0.11.4) - 2026-03-28 + +### Added + +- *(unstable)* initial unstable nes implementation ([#754](https://github.com/agentclientprotocol/agent-client-protocol/pull/754)) +- *(unstable)* initial additional directories implementation ([#838](https://github.com/agentclientprotocol/agent-client-protocol/pull/838)) + +### Other + +- properly interpolate variables in generate.rs error messages ([#862](https://github.com/agentclientprotocol/agent-client-protocol/pull/862)) +- add tests for content file ([#850](https://github.com/agentclientprotocol/agent-client-protocol/pull/850)) +- Update README.md ([#836](https://github.com/agentclientprotocol/agent-client-protocol/pull/836)) + ## [0.11.3](https://github.com/agentclientprotocol/agent-client-protocol/compare/v0.11.2...v0.11.3) - 2026-03-18 ### Added diff --git a/Cargo.lock b/Cargo.lock index 4a004f74..28687833 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-client-protocol-schema" -version = "0.11.3" +version = "0.11.4" dependencies = [ "anyhow", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index f9d08063..f90ebd1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agent-client-protocol-schema" authors = ["Zed "] -version = "0.11.3" +version = "0.11.4" edition = "2024" license = "Apache-2.0" description = "A protocol for standardizing communication between code editors and AI coding agents"