diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 585db5c..3bafaeb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.46.7" + ".": "0.47.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ad74e..53a329a 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.47.0](https://github.com/william0wang/zcode-acp/compare/v0.46.7...v0.47.0) (2026-09-22) + + +### Features + +* settings API for ZCode configuration management ([#238](https://github.com/william0wang/zcode-acp/issues/238)) ([3f6ef1b](https://github.com/william0wang/zcode-acp/commit/3f6ef1b0a9004dcedae1fa7718bc1506e18fa236)) + ## [0.46.7](https://github.com/william0wang/zcode-acp/compare/v0.46.6...v0.46.7) (2026-09-22) diff --git a/README.md b/README.md index 910885b..c10eb8c 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 1a81c53..05b967f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zcode-acp-server", - "version": "0.46.7", + "version": "0.47.0", "description": "Agent Client Protocol (ACP) server bridging headless ZCode to editors like Zed and JetBrains.", "type": "module", "license": "Apache-2.0",