From 045fa151d52f0c6d01ca6364750dc68eff0449fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 03:17:18 +0000 Subject: [PATCH] chore(main): release 0.35.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8878352..3a39fd8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.34.0" + ".": "0.35.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cbaee8f..805dff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.0](https://github.com/william0wang/zcode-acp/compare/v0.34.0...v0.35.0) (2026-09-10) + + +### Features + +* name the terminal tab "project ยท topic" for martty-hosted TUI windows ([300aa9c](https://github.com/william0wang/zcode-acp/commit/300aa9c9701e1e0f83487c0cf78d00b283931c2d)) + + +### Bug Fixes + +* single-flight session resume with hydration settle to stop partial first-entry replay ([aeff59e](https://github.com/william0wang/zcode-acp/commit/aeff59e028710dacce1bcb0986507b79eda6d5b5)) + ## [0.34.0](https://github.com/william0wang/zcode-acp/compare/v0.33.0...v0.34.0) (2026-09-09) diff --git a/README.md b/README.md index 2bb0bb2..41dfe6e 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 228ddce..f0b36e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zcode-acp-server", - "version": "0.34.0", + "version": "0.35.0", "description": "Agent Client Protocol (ACP) server bridging headless ZCode to editors like Zed and JetBrains.", "type": "module", "license": "Apache-2.0",