Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.13"
".": "0.0.14"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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))
* skip Apple certificate in tauri-action when import fails ([968d4b9](https://github.com/mcpmux/mcp-mux/commit/968d4b90b09bffc9a2432a32f2318ffde3facb88))

## [0.0.13](https://github.com/mcpmux/mcp-mux/compare/v0.0.1...v0.0.13) (2026-02-16)

First public release of McpMux — the unified MCP gateway and manager for AI clients.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down