From 86b50bb359a17323d8fb65410f0978cbf48ab8ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 05:11:16 +0000 Subject: [PATCH] chore(main): release 0.0.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- apps/desktop/src-tauri/Cargo.toml | 2 +- apps/desktop/src-tauri/tauri.conf.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 07509b45..32b319ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.9" + ".": "0.0.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a482423f..023ffb86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.10](https://github.com/MCP-Mux/mcp-mux/compare/v0.0.9...v0.0.10) (2026-02-10) + + +### Bug Fixes + +* suppress console window for stdio MCP servers on Windows ([#59](https://github.com/MCP-Mux/mcp-mux/issues/59)) ([98f862c](https://github.com/MCP-Mux/mcp-mux/commit/98f862cae83f24c4397fe8e6204215c68b0baf92)) + ## [0.0.9](https://github.com/MCP-Mux/mcp-mux/compare/v0.0.8...v0.0.9) (2026-02-09) diff --git a/Cargo.toml b/Cargo.toml index f3548c85..49636fca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ ] [workspace.package] -version = "0.0.9" +version = "0.0.10" edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/mcpmux/mcpmux" diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index b73d724f..04af7179 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcpmux" -version = "0.0.9" +version = "0.0.10" edition.workspace = true publish = false description = "McpMux - Centralized MCP Server Management" diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index 5e11f00d..a059870b 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "McpMux", - "version": "0.0.9", + "version": "0.0.10", "identifier": "com.mcpmux.desktop", "build": { "beforeDevCommand": "pnpm dev:web",