Skip to content

Commit dc08b56

Browse files
chore(main): release 0.6.0
1 parent a5bf1e8 commit dc08b56

5 files changed

Lines changed: 21 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.6.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.6.0](https://github.com/mcpmux/mcp-mux/compare/v0.5.0...v0.6.0) (2026-07-15)
4+
5+
6+
### Features
7+
8+
* **gateway:** optional network access — bind 0.0.0.0 for LAN sharing ([#200](https://github.com/mcpmux/mcp-mux/issues/200)) ([9e481e7](https://github.com/mcpmux/mcp-mux/commit/9e481e71b5857d9f67b62a811694034bed3a4400))
9+
* support configurable public gateway base URL ([#192](https://github.com/mcpmux/mcp-mux/issues/192)) ([6f81378](https://github.com/mcpmux/mcp-mux/commit/6f81378384ed37cf254d7b8711199404a848ca3f))
10+
11+
12+
### Bug Fixes
13+
14+
* avoid synthetic connecting state for enabled servers ([#196](https://github.com/mcpmux/mcp-mux/issues/196)) ([80045c6](https://github.com/mcpmux/mcp-mux/commit/80045c61e9ea2e92a035ab59f6d0adbad33175e0))
15+
* filter invalid DCR redirect URIs ([#193](https://github.com/mcpmux/mcp-mux/issues/193)) ([187b57c](https://github.com/mcpmux/mcp-mux/commit/187b57c31f68519dd536ee8e576cbae0b9a2cf08))
16+
* make feature discovery capability-aware and bounded ([#194](https://github.com/mcpmux/mcp-mux/issues/194)) ([c2a1569](https://github.com/mcpmux/mcp-mux/commit/c2a156974004e113b4368dada41411e61c8205f1))
17+
* restore titlebar drag region without breaking controls ([#197](https://github.com/mcpmux/mcp-mux/issues/197)) ([47c787c](https://github.com/mcpmux/mcp-mux/commit/47c787cf95b1c36e99673596170666252c59f114))
18+
* sync custom server config saves immediately ([#195](https://github.com/mcpmux/mcp-mux/issues/195)) ([536a4ce](https://github.com/mcpmux/mcp-mux/commit/536a4ceb7e4ad32549f870145557d00fe790cb2e))
19+
320
## [0.5.0](https://github.com/mcpmux/mcp-mux/compare/v0.4.0...v0.5.0) (2026-06-25)
421

522

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
]
1111

1212
[workspace.package]
13-
version = "0.5.0"
13+
version = "0.6.0"
1414
edition = "2021"
1515
license = "GPL-3.0-or-later"
1616
repository = "https://github.com/mcpmux/mcpmux"

apps/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcpmux"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition.workspace = true
55
publish = false
66
description = "McpMux - Centralized MCP Server Management"

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "McpMux",
44
"mainBinaryName": "mcpmux",
5-
"version": "0.5.0",
5+
"version": "0.6.0",
66
"identifier": "com.mcpmux.desktop",
77
"build": {
88
"beforeDevCommand": "pnpm dev:web",

0 commit comments

Comments
 (0)