From c2f0bbe17d3d99706073ad6882698d67869d0bd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 00:17:27 +0000 Subject: [PATCH] chore(main): release 0.46.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ae85d5c..585db5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.46.6" + ".": "0.46.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 183aaea..d0ad74e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.46.7](https://github.com/william0wang/zcode-acp/compare/v0.46.6...v0.46.7) (2026-09-22) + + +### Bug Fixes + +* scope turn-internal history reads with the backend's native pagination ([#236](https://github.com/william0wang/zcode-acp/issues/236)) ([d475e31](https://github.com/william0wang/zcode-acp/commit/d475e3105df5be87dd19a24bbbd2b4a52211c727)) + ## [0.46.6](https://github.com/william0wang/zcode-acp/compare/v0.46.5...v0.46.6) (2026-09-21) diff --git a/README.md b/README.md index 4964259..910885b 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ Thanks to everyone who has contributed (updated automatically from the - Contributors + Contributors ## Related Projects diff --git a/package.json b/package.json index fe1691e..1a81c53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zcode-acp-server", - "version": "0.46.6", + "version": "0.46.7", "description": "Agent Client Protocol (ACP) server bridging headless ZCode to editors like Zed and JetBrains.", "type": "module", "license": "Apache-2.0",