From b740bbb6cd083666a08522cb5e2dc68fe67337d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 11:17:51 +0000 Subject: [PATCH] chore(main): release 0.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- apps/desktop/src-tauri/Cargo.toml | 2 +- apps/desktop/src-tauri/tauri.conf.json | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 40ff6fe0..3a327a03 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 537a6d63..7a55f909 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.3](https://github.com/MCP-Mux/mcp-mux/compare/v0.0.2...v0.0.3) (2026-02-05) + + +### Features + +* initial release of McpMux desktop app ([72181e2](https://github.com/MCP-Mux/mcp-mux/commit/72181e2b462f4f70eb586758e8bd029dcb3b7631)) + + +### Bug Fixes + +* add projectPath to tauri-action for monorepo support ([0299a23](https://github.com/MCP-Mux/mcp-mux/commit/0299a23c5f995b4bae670ef709134967a19c6ee3)) + ## [0.0.2](https://github.com/MCP-Mux/mcp-mux/compare/v0.0.1...v0.0.2) (2026-02-05) diff --git a/Cargo.toml b/Cargo.toml index f1a80474..266d36ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ ] [workspace.package] -version = "0.0.2" +version = "0.0.3" 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 d65b2a82..7b0fe4a0 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.2" +version = "0.0.3" 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 a3e02475..c8046ff5 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.2", + "version": "0.0.3", "identifier": "com.mcpmux.desktop", "build": { "beforeDevCommand": "pnpm dev:web",