Skip to content

Commit 966a95e

Browse files
committed
chore(release): v5.0.1
1 parent 39b7521 commit 966a95e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [5.0.1] - 2025-05-03
10+
11+
### Fixed
12+
13+
- Marketplace refetches if catalog empty
14+
- Fixed parallel tool calls returning first tool's output
15+
916
## [5.0.0] - 2025-04-29
1017

1118
### Breaking Changes

lua/mcphub/utils/version.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
return {
2-
PLUGIN_VERSION = "5.0.0", -- Current plugin version
2+
PLUGIN_VERSION = "5.0.1", -- Current plugin version
33
REQUIRED_NODE_VERSION = { -- Required mcp-hub version
44
major = 3,
55
minor = 1,
66
patch = 6,
7-
string = "3.1.6",
7+
string = "3.1.7",
88
},
99
}

0 commit comments

Comments
 (0)