From 2e410aa19b8658e73d679c164468d10cc70a2fb2 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 6 Oct 2025 06:56:00 +0000 Subject: [PATCH 1/2] chore(release): 7.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ebc85f..17d42f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ +## v7.3.0 (2025-10-06) + +### Chores + +- Sync version to config.py [skip ci] + ([`e7920d0`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/e7920d0ed16c0e6de9d1ccaa0b58d3fb5cbd7f2f)) + +### Documentation + +- Fixed typo + ([`3ab0aa8`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/3ab0aa8314ad5992bcb00de549a0fab2e522751d)) + +- Fixed typo + ([`c17ce3c`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/c17ce3cf958d488b97fa7127942542ab514b58bd)) + +- Update apilookup.md + ([`1918679`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/19186794edac4fce5523e671310aecff4cbfdc81)) + +- Update README.md + ([`23c6c78`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/23c6c78bf152ede6e7b5f7b7770b12a8442845a3)) + +### Features + +- Codex supports web-search natively but needs to be turned on, run-server script asks if the user + would like this done + ([`97ba7e4`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/97ba7e44ce7e3fd874759514ed2f0738033fc801)) + + ## v7.2.0 (2025-10-06) ### Chores diff --git a/pyproject.toml b/pyproject.toml index cf5e2fe..162a45f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zen-mcp-server" -version = "7.2.0" +version = "7.3.0" description = "AI-powered MCP server with multiple model providers" requires-python = ">=3.9" dependencies = [ From 76bf98e5cd972dabd3c79b25fcb9b9a717b23f6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Oct 2025 06:56:09 +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 bac4690..35b92b5 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.2.0" +__version__ = "7.3.0" # Last update date in ISO format __updated__ = "2025-10-06" # Primary maintainer