Merge remote-tracking branch 'origin/main'

This commit is contained in:
Fahad
2025-10-17 09:28:48 +04:00
3 changed files with 15 additions and 2 deletions

View File

@@ -2,6 +2,19 @@
<!-- version list -->
## v9.1.0 (2025-10-17)
### Chores
- Sync version to config.py [skip ci]
([`3ee0c8f`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/3ee0c8f555cb51b975700290919c2a8e2ada8cc4))
### Features
- Enhance review prompts to emphasize static analysis
([`36e66e2`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/36e66e2e9a44a73a466545d4d3477ecb2cb3e669))
## v9.0.4 (2025-10-17)
### Chores

View File

@@ -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__ = "9.0.4"
__version__ = "9.1.0"
# Last update date in ISO format
__updated__ = "2025-10-17"
# Primary maintainer

View File

@@ -1,6 +1,6 @@
[project]
name = "zen-mcp-server"
version = "9.0.4"
version = "9.1.0"
description = "AI-powered MCP server with multiple model providers"
requires-python = ">=3.9"
dependencies = [