From 0456a07dff61ea8f56c9ddc84cb2008f2d033a4c Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 7 Oct 2025 09:26:40 +0000 Subject: [PATCH 1/2] chore(release): 7.8.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d95f7..97840e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## v7.8.1 (2025-10-07) + +### Bug Fixes + +- Updated model description to fix test + ([`04f7ce5`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/04f7ce5b03804564263f53a765931edba9c320cd)) + +### Chores + +- Sync version to config.py [skip ci] + ([`c27e81d`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/c27e81d6d2f22978816f798a161a869d1ab5f025)) + +### Refactoring + +- Moved registries into a separate module and code cleanup + ([`7c36b92`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/7c36b9255a13007a10af4fadefc21aadfce482b0)) + + ## v7.8.0 (2025-10-07) ### Chores diff --git a/pyproject.toml b/pyproject.toml index f3404c7..ff7b1f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zen-mcp-server" -version = "7.8.0" +version = "7.8.1" description = "AI-powered MCP server with multiple model providers" requires-python = ">=3.9" dependencies = [ From 4c3454121c3c678cdfe8ea03fa77f4dd414df9bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 Oct 2025 09:26:52 +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 1378f13..61fcf7c 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__ = "7.8.0" +__version__ = "7.8.1" # Last update date in ISO format __updated__ = "2025-10-07" # Primary maintainer