From c60a434e2cc9dbab89c1b47e9dea479be824d330 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:33:21 +0000 Subject: [PATCH] chore(main): release 0.0.8 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.toml | 2 +- apps/desktop/src-tauri/Cargo.toml | 2 +- apps/desktop/src-tauri/tauri.conf.json | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 07194f63..493bd4e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.7" + ".": "0.0.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e731363..141f452d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.0.8](https://github.com/MCP-Mux/mcp-mux/compare/v0.0.7...v0.0.8) (2026-02-09) + + +### Features + +* Add custom server configuration fields (env vars, args, headers) ([#54](https://github.com/MCP-Mux/mcp-mux/issues/54)) ([37ce0f5](https://github.com/MCP-Mux/mcp-mux/commit/37ce0f575883680e2ee12354e3bfea48e7a9337e)) + + +### Bug Fixes + +* Update screenshots and Logo ([#56](https://github.com/MCP-Mux/mcp-mux/issues/56)) ([e6fb736](https://github.com/MCP-Mux/mcp-mux/commit/e6fb736ca7a79c13f227cdb470e735df447ea7cd)) + + +### Documentation + +* add comprehensive light-theme screenshots for all features ([#47](https://github.com/MCP-Mux/mcp-mux/issues/47)) ([cefa644](https://github.com/MCP-Mux/mcp-mux/commit/cefa644daad6c23640db6bc767eb1dd0e43199f0)) +* comprehensive README rewrite with features, security, and archi… ([#44](https://github.com/MCP-Mux/mcp-mux/issues/44)) ([243d3a3](https://github.com/MCP-Mux/mcp-mux/commit/243d3a369f34cfb02c5e82085e90c68e5bed963d)) + ## [0.0.7](https://github.com/MCP-Mux/mcp-mux/compare/v0.0.6...v0.0.7) (2026-02-07) diff --git a/Cargo.toml b/Cargo.toml index 576c7980..b1d683a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ ] [workspace.package] -version = "0.0.7" +version = "0.0.8" 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 bfde688f..3b3b7c98 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.7" +version = "0.0.8" 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 0d2278c1..758b8776 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.7", + "version": "0.0.8", "identifier": "com.mcpmux.desktop", "build": { "beforeDevCommand": "pnpm dev:web",