From bcc03f4779c847342d8714711f40256e4817413f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:02:44 +0000 Subject: [PATCH 1/3] chore(main): release 0.2.0 --- .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 466df71c..2be9c43c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf7a8f0..f2b6c2aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/mcpmux/mcp-mux/compare/v0.1.0...v0.2.0) (2026-02-16) + + +### Features + +* file-based keychain fallback for headless Linux/WSL ([#103](https://github.com/mcpmux/mcp-mux/issues/103)) ([9b60e0b](https://github.com/mcpmux/mcp-mux/commit/9b60e0bbe47a2318e7352efd3ba8b1888f393f38)) + + +### Bug Fixes + +* stdio enable error UI state ([#104](https://github.com/mcpmux/mcp-mux/issues/104)) ([b4598e6](https://github.com/mcpmux/mcp-mux/commit/b4598e60e12d3389717fc2252bac8eb29e96f9c9)) + ## [0.1.0](https://github.com/mcpmux/mcp-mux/compare/v0.0.1...v0.1.0) (2026-02-16) First public release of McpMux — the unified MCP gateway and manager for AI clients. diff --git a/Cargo.toml b/Cargo.toml index 70ba787b..20d7b3cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ ] [workspace.package] -version = "0.1.0" +version = "0.2.0" 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 b6f493e3..fba4855f 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcpmux" -version = "0.1.0" +version = "0.2.0" 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 e0e5259f..d8281ab7 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "https://schema.tauri.app/config/2", "productName": "McpMux", "mainBinaryName": "mcpmux", - "version": "0.1.0", + "version": "0.2.0", "identifier": "com.mcpmux.desktop", "build": { "beforeDevCommand": "pnpm dev:web", From 6d2cd6fff1230739a9dc7f59f5a041d655fc8c2a Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Tue, 17 Feb 2026 00:47:27 +0800 Subject: [PATCH 2/3] chore(main): release 0.1.1 Signed-off-by: Mohammod Al Amin Ashik --- .release-please-manifest.json | 2 +- CHANGELOG.md | 2 +- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- apps/desktop/src-tauri/Cargo.toml | 2 +- apps/desktop/src-tauri/tauri.conf.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43c..a915e8c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b6c2aa..654eaf89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.2.0](https://github.com/mcpmux/mcp-mux/compare/v0.1.0...v0.2.0) (2026-02-16) +## [0.1.1](https://github.com/mcpmux/mcp-mux/compare/v0.1.0...v0.1.1) (2026-02-16) ### Features diff --git a/Cargo.lock b/Cargo.lock index 28d93b7c..4ed98c65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2609,7 +2609,7 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" [[package]] name = "mcpmux" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "async-trait", @@ -2646,7 +2646,7 @@ dependencies = [ [[package]] name = "mcpmux-core" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "async-trait", @@ -2669,7 +2669,7 @@ dependencies = [ [[package]] name = "mcpmux-gateway" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "async-stream", @@ -2709,7 +2709,7 @@ dependencies = [ [[package]] name = "mcpmux-mcp" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "async-trait", @@ -2728,7 +2728,7 @@ dependencies = [ [[package]] name = "mcpmux-storage" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 20d7b3cd..d1c60979 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ ] [workspace.package] -version = "0.2.0" +version = "0.1.1" 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 fba4855f..381bffd8 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcpmux" -version = "0.2.0" +version = "0.1.1" 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 d8281ab7..879f3fa7 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -2,7 +2,7 @@ "$schema": "https://schema.tauri.app/config/2", "productName": "McpMux", "mainBinaryName": "mcpmux", - "version": "0.2.0", + "version": "0.1.1", "identifier": "com.mcpmux.desktop", "build": { "beforeDevCommand": "pnpm dev:web", From 8aaaefa87673c633bb9cfd7e413c21c9b4705270 Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Tue, 17 Feb 2026 00:48:49 +0800 Subject: [PATCH 3/3] chore: move keychain fallback to bug fixes in changelog Signed-off-by: Mohammod Al Amin Ashik --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 654eaf89..bd42b724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,9 @@ ## [0.1.1](https://github.com/mcpmux/mcp-mux/compare/v0.1.0...v0.1.1) (2026-02-16) -### Features - -* file-based keychain fallback for headless Linux/WSL ([#103](https://github.com/mcpmux/mcp-mux/issues/103)) ([9b60e0b](https://github.com/mcpmux/mcp-mux/commit/9b60e0bbe47a2318e7352efd3ba8b1888f393f38)) - - ### Bug Fixes +* file-based keychain fallback for headless Linux/WSL ([#103](https://github.com/mcpmux/mcp-mux/issues/103)) ([9b60e0b](https://github.com/mcpmux/mcp-mux/commit/9b60e0bbe47a2318e7352efd3ba8b1888f393f38)) * stdio enable error UI state ([#104](https://github.com/mcpmux/mcp-mux/issues/104)) ([b4598e6](https://github.com/mcpmux/mcp-mux/commit/b4598e60e12d3389717fc2252bac8eb29e96f9c9)) ## [0.1.0](https://github.com/mcpmux/mcp-mux/compare/v0.0.1...v0.1.0) (2026-02-16)