Skip to content

Commit f38167d

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents a150e1c + f2142a2 commit f38167d

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
<!-- version list -->
44

5+
## v7.0.1 (2025-10-05)
6+
7+
### Bug Fixes
8+
9+
- --yolo needed for running shell commands, documentation added
10+
([`15ae3f2`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/15ae3f24babccf42f43be5028bf8c60c05a6beaf))
11+
12+
### Chores
13+
14+
- Sync version to config.py [skip ci]
15+
([`bc4a27b`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/bc4a27b18a4a3f45afb22178e61ea0be4d6a273c))
16+
17+
### Documentation
18+
19+
- Updated intro
20+
([`fb668c3`](https://github.com/BeehiveInnovations/zen-mcp-server/commit/fb668c39b5f6e3dd37f7027f953f6004f258f2bf))
21+
22+
523
## v7.0.0 (2025-10-05)
624

725
### Chores

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# These values are used in server responses and for tracking releases
1515
# IMPORTANT: This is the single source of truth for version and author info
1616
# Semantic versioning: MAJOR.MINOR.PATCH
17-
__version__ = "7.0.0"
17+
__version__ = "7.0.1"
1818
# Last update date in ISO format
1919
__updated__ = "2025-10-05"
2020
# Primary maintainer

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zen-mcp-server"
3-
version = "7.0.0"
3+
version = "7.0.1"
44
description = "AI-powered MCP server with multiple model providers"
55
requires-python = ">=3.9"
66
dependencies = [

0 commit comments

Comments
 (0)