Skip to content

Commit c23618c

Browse files
bump: version 0.6.3 → 0.6.4
1 parent a65fb47 commit c23618c

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.4 (2025-04-07)
2+
3+
### Fix
4+
5+
- **deps**: update dependency pydantic to v2.11.2
6+
17
## v0.6.3 (2025-03-30)
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.3
2+
version: 0.6.4
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.3"
7+
version = "0.6.4"
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.3"
48+
version = "0.6.4"
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.3
6+
version: 0.6.4
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.3"
6+
__version__ = "0.6.4"

0 commit comments

Comments
 (0)