Skip to content

Commit e4c8ba3

Browse files
chore(main): release 0.5.1
1 parent c2a1569 commit e4c8ba3

5 files changed

Lines changed: 12 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.5.1"
33
}

CHANGELOG.md

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

3+
## [0.5.1](https://github.com/mcpmux/mcp-mux/compare/v0.5.0...v0.5.1) (2026-06-27)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* sync custom server config saves immediately ([#195](https://github.com/mcpmux/mcp-mux/issues/195)) ([536a4ce](https://github.com/mcpmux/mcp-mux/commit/536a4ceb7e4ad32549f870145557d00fe790cb2e))
10+
311
## [0.5.0](https://github.com/mcpmux/mcp-mux/compare/v0.4.0...v0.5.0) (2026-06-25)
412

513

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.5.1"
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.5.1"
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.5.1",
66
"identifier": "com.mcpmux.desktop",
77
"build": {
88
"beforeDevCommand": "pnpm dev:web",

0 commit comments

Comments
 (0)