From 539ad0f3011e87cd36a3afd72785d86de060151e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 5 Oct 2025 06:41:27 +0000 Subject: [PATCH 1/2] chore(release): 7.0.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faaf675..85beb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,39 @@ +## v7.0.0 (2025-10-05) + +### Chores + +- Sync version to config.py [skip ci] + ([`0d46976`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/0d46976a8aa85254e4dbe06f5e71161cd3b13938)) + +- Sync version to config.py [skip ci] + ([`8296bf8`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/8296bf871c39597a904c70e7d98c72fcb4dc5a84)) + +### Documentation + +- Instructions for OpenCode + ([`bd66622`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/bd666227c8f7557483f7e24fb8544fc0456600dc)) + +- Updated intro + ([`615873c`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/615873c3db2ecf5ce6475caa3445e1da9a2517bd)) + +### Features + +- Huge update - Link another CLI (such as `gemini` directly from with Claude Code / Codex). + https://github.com/BeehiveInnovations/zen-mcp-server/issues/208 + ([`a2ccb48`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/a2ccb48e9a5080a75dbfd483b5f09fc719c887e5)) + +### Refactoring + +- Fixed test + ([`9c99b9b`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/9c99b9b35219f54db8d7be0958d4390a106631ae)) + +- Include file modification dates too + ([`47973e9`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/47973e945efa2cdbdb8f3404d467d7f1abc62b0a)) + + ## v6.1.0 (2025-10-04) ### Chores diff --git a/pyproject.toml b/pyproject.toml index aefeda5..8fa9a36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zen-mcp-server" -version = "6.1.0" +version = "7.0.0" description = "AI-powered MCP server with multiple model providers" requires-python = ">=3.9" dependencies = [ From bc4a27b18a4a3f45afb22178e61ea0be4d6a273c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 5 Oct 2025 06:41:37 +0000 Subject: [PATCH 2/2] chore: sync version to config.py [skip ci] --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 36f2156..ffffc07 100644 --- a/config.py +++ b/config.py @@ -14,7 +14,7 @@ from utils.env import get_env # These values are used in server responses and for tracking releases # IMPORTANT: This is the single source of truth for version and author info # Semantic versioning: MAJOR.MINOR.PATCH -__version__ = "6.1.0" +__version__ = "7.0.0" # Last update date in ISO format __updated__ = "2025-10-05" # Primary maintainer