From a85b59ff63f0dd6ab01b571d33e8549946e37fca Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 13 Jun 2025 11:29:12 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v2.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated version to 2.4.2 - Custom version specified: 2.4.2 - Auto-generated release from workflow --- .bumpversion.cfg | 2 +- highlights.txt | 2 +- pyproject.toml | 2 +- release_body.md | 6 +++--- src/mcp_feedback_enhanced/__init__.py | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b86e21b..7f6fadb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.3.0 +current_version = 2.4.2 commit = False tag = False allow_dirty = True diff --git a/highlights.txt b/highlights.txt index 2fd6631..8b13789 100644 --- a/highlights.txt +++ b/highlights.txt @@ -1 +1 @@ -This version focuses on improving system stability and user experience, particularly solving the browser launch issue in Cursor SSH Remote environments. + diff --git a/pyproject.toml b/pyproject.toml index cd74f1f..f0704fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-feedback-enhanced" -version = "2.3.0" +version = "2.4.2" description = "Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring Web UI with intelligent environment detection." readme = "README.md" requires-python = ">=3.11" diff --git a/release_body.md b/release_body.md index 6ed6c5a..53bf056 100644 --- a/release_body.md +++ b/release_body.md @@ -1,7 +1,7 @@ -# Release v2.3.0 - System Stability & Resource Management Enhancement +# Release v2.4.2 - Web-Only Architecture Refactoring & Smart Feature Enhancement ## ๐ŸŒŸ Key Highlights -This version focuses on improving system stability and user experience, particularly solving the browser launch issue in Cursor SSH Remote environments. + ## ๐ŸŒ Detailed Release Notes @@ -23,7 +23,7 @@ This version focuses on improving system stability and user experience, particul uvx mcp-feedback-enhanced@latest # This specific version / ๆญค็‰นๅฎš็‰ˆๆœฌ -uvx mcp-feedback-enhanced@v2.3.0 +uvx mcp-feedback-enhanced@v2.4.2 ``` ## ๐Ÿ”— Links diff --git a/src/mcp_feedback_enhanced/__init__.py b/src/mcp_feedback_enhanced/__init__.py index 4a84c2e..4bd865a 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.3.0" +__version__ = "2.4.2" __author__ = "Minidoracat" __email__ = "minidora0702@gmail.com"