diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 61a0265..ea9d0a7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.5.6 +current_version = 2.6.0 commit = False tag = False allow_dirty = True diff --git a/pyproject.toml b/pyproject.toml index 962f34d..90a5696 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-feedback-enhanced" -version = "2.5.6" +version = "2.6.0" description = "Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility." readme = "README.md" requires-python = ">=3.11" diff --git a/release_body.md b/release_body.md index ba86ba3..905c8d7 100644 --- a/release_body.md +++ b/release_body.md @@ -1,4 +1,4 @@ -# Release v2.5.6 - 2025-06-21 - Settings Save Mechanism Optimization & Interface Enhancement +# Release v2.6.0 - Latest Release ## ๐ŸŒŸ Key Highlights @@ -23,7 +23,7 @@ uvx mcp-feedback-enhanced@latest # This specific version / ๆญค็‰นๅฎš็‰ˆๆœฌ -uvx mcp-feedback-enhanced@v2.5.6 +uvx mcp-feedback-enhanced@v2.6.0 ``` ## ๐Ÿ”— Links diff --git a/src/mcp_feedback_enhanced/__init__.py b/src/mcp_feedback_enhanced/__init__.py index 227d8a7..cd2de89 100644 --- a/src/mcp_feedback_enhanced/__init__.py +++ b/src/mcp_feedback_enhanced/__init__.py @@ -17,7 +17,7 @@ MCP Interactive Feedback Enhanced - ้‡ๆง‹็š„ๆจก็ต„ๅŒ–ๆžถๆง‹ """ -__version__ = "2.5.6" +__version__ = "2.6.0" __author__ = "Minidoracat" __email__ = "minidora0702@gmail.com"