From 078620bd0a93db4aa892d12f3f8077cfab6b4368 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 15 Jun 2025 11:58:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v2.5.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated version to 2.5.4 - Custom version specified: 2.5.4 - Auto-generated release from workflow --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- release_body.md | 4 ++-- src/mcp_feedback_enhanced/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bfdc034..22f6a54 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.5.3 +current_version = 2.5.4 commit = False tag = False allow_dirty = True diff --git a/pyproject.toml b/pyproject.toml index e77a127..3d3db41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-feedback-enhanced" -version = "2.5.3" +version = "2.5.4" 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 203ca53..53c731f 100644 --- a/release_body.md +++ b/release_body.md @@ -1,4 +1,4 @@ -# Release v2.5.3 - Latest Release +# Release v2.5.4 - Latest Release ## ๐ŸŒŸ Key Highlights @@ -23,7 +23,7 @@ uvx mcp-feedback-enhanced@latest # This specific version / ๆญค็‰นๅฎš็‰ˆๆœฌ -uvx mcp-feedback-enhanced@v2.5.3 +uvx mcp-feedback-enhanced@v2.5.4 ``` ## ๐Ÿ”— Links diff --git a/src/mcp_feedback_enhanced/__init__.py b/src/mcp_feedback_enhanced/__init__.py index eaa7294..f47549c 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.3" +__version__ = "2.5.4" __author__ = "Minidoracat" __email__ = "minidora0702@gmail.com"