From e54521b37209c0456cfa605c3055cf96786990f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:38:57 +0000 Subject: [PATCH] chore(main): release 0.0.14 --- .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 883b279b..f89a3b61 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.13" + ".": "0.0.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 50784400..3bb16a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.14](https://github.com/mcpmux/mcp-mux/compare/v0.0.13...v0.0.14) (2026-02-16) + + +### Bug Fixes + +* gracefully handle invalid Apple certificate in release builds ([bb4221f](https://github.com/mcpmux/mcp-mux/commit/bb4221f9e4a47ff7fad041b13e432a2ed55e1f96)) + ## [0.0.13](https://github.com/mcpmux/mcp-mux/compare/v0.0.12...v0.0.13) (2026-02-16) diff --git a/Cargo.toml b/Cargo.toml index 0241de51..ca5b3ce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ ] [workspace.package] -version = "0.0.13" +version = "0.0.14" 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 ae099901..90d1de27 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.13" +version = "0.0.14" 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 b940fbac..7104ceb0 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.13", + "version": "0.0.14", "identifier": "com.mcpmux.desktop", "build": { "beforeDevCommand": "pnpm dev:web",