Skip to content

Commit f2b5b5c

Browse files
bump: version 0.6.6 → 0.6.7
1 parent 5481897 commit f2b5b5c

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.6.7 (2025-04-16)
2+
3+
### Fix
4+
5+
- **deps**: update dependency pillow to v11.2.1
6+
17
## v0.6.6 (2025-04-09)
28

39
### Fix

marketplace.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wecom-bot-mcp-server
2-
version: 0.6.6
2+
version: 0.6.7
33
description: A WeCom (WeChat Work) bot server following the Model Context Protocol (MCP)
44

55
author:

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "wecom-bot-mcp-server"
7-
version = "0.6.6"
7+
version = "0.6.7"
88
description = "WeCom Bot MCP Server - A Python server for WeCom (WeChat Work) bot following the Model Context Protocol (MCP)"
99
authors = ["longhao <[email protected]>"]
1010
readme = "README.md"
@@ -45,7 +45,7 @@ Issues = "https://github.com/loonghao/wecom-bot-mcp-server/issues"
4545

4646
[tool.commitizen]
4747
name = "cz_conventional_commits"
48-
version = "0.6.6"
48+
version = "0.6.7"
4949
tag_format = "v$version"
5050
version_files = [
5151
"pyproject.toml:version",

smithery.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: wecom-bot-mcp-server
44
displayName: WeCom Bot MCP Server
55
description: A Python server for WeCom (WeChat Work) bot following the Model Context Protocol (MCP)
6-
version: 0.6.6
6+
version: 0.6.7
77
author: longhao <[email protected]>
88
license: MIT
99
repository: https://github.com/loonghao/wecom-bot-mcp-server

src/wecom_bot_mcp_server/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
This module contains the version number of the package.
44
"""
55

6-
__version__ = "0.6.6"
6+
__version__ = "0.6.7"

0 commit comments

Comments
 (0)