diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a39fd8..811a88e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.35.0" + ".": "0.35.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 805dff0..9a6f3a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project are documented in this file. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.35.1](https://github.com/william0wang/zcode-acp/compare/v0.35.0...v0.35.1) (2026-09-10) + + +### Bug Fixes + +* gate plan-approval elicitation form to martty so editors keep markdown popups ([0542935](https://github.com/william0wang/zcode-acp/commit/0542935e210f59e683c50fe9c35a024039acab51)) +* keep the tail of long paths in permission popup titles ([7be5350](https://github.com/william0wang/zcode-acp/commit/7be53509f65e8bd97550b1ca0a89cfe0b205ab12)) + ## [0.35.0](https://github.com/william0wang/zcode-acp/compare/v0.34.0...v0.35.0) (2026-09-10) diff --git a/README.md b/README.md index 41dfe6e..2867acf 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ Thanks to everyone who has contributed (updated automatically from the - Contributors + Contributors ## Related Projects diff --git a/package.json b/package.json index f0b36e9..12f1028 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zcode-acp-server", - "version": "0.35.0", + "version": "0.35.1", "description": "Agent Client Protocol (ACP) server bridging headless ZCode to editors like Zed and JetBrains.", "type": "module", "license": "Apache-2.0",