From eedd9dd43724d3550782b8c45f53c1bcac1fe51a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 21 Aug 2025 10:05:08 +0000 Subject: [PATCH] chore(release): 5.9.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 20 ++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a31ba58..ff85fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## v5.9.0 (2025-08-21) + +### Documentation + +- Update instructions for precommit + ([`90821b5`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/90821b51ff653475d9fb1bc70b57951d963e8841)) + +### Features + +- Refactored and improved codereview in line with precommit. Reviews are now either external + (default) or internal. Takes away anxiety and loss of tokens when Claude incorrectly decides to be + 'confident' about its own changes and bungle things up. + ([`80d21e5`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/80d21e57c0246762c0a306ede5b93d6aeb2315d8)) + +### Refactoring + +- Minor prompt tweaks + ([`d30c212`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/d30c212029c05b767d99b5391c1dd4cee78ef336)) + + ## v5.8.6 (2025-08-20) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 18cb71a..638a33d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zen-mcp-server" -version = "5.8.6" +version = "5.9.0" description = "AI-powered MCP server with multiple model providers" requires-python = ">=3.9" dependencies = [