File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.6] - 2026-04-21
11+
12+ ### Changed
13+
14+ - Bump rmcp from 1.3.0 to 1.4.0; remove now-redundant ` tool_router ` struct field (auto-generated by macro since 1.4.0)
15+ - Bump tokio from 1.50.0 to 1.52.0
16+ - Bump toml from 1.1.1 to 1.1.2
17+
18+ ### Fixed
19+
20+ - CI: nightly rustfmt failures when ` rustfmt ` component is temporarily unavailable for the latest nightly build (` --allow-downgrade ` )
21+
1022## [ 0.3.5] - 2026-03-17
1123
1224### Changed
@@ -462,7 +474,8 @@ Add to `~/.claude/mcp.json`:
462474- Workspace auto-discovery
463475- LSP server auto-detection and installation
464476
465- [ Unreleased ] : https://github.com/bug-ops/mcpls/compare/v0.3.5...HEAD
477+ [ Unreleased ] : https://github.com/bug-ops/mcpls/compare/v0.3.6...HEAD
478+ [ 0.3.6 ] : https://github.com/bug-ops/mcpls/compare/v0.3.5...v0.3.6
466479[ 0.3.5 ] : https://github.com/bug-ops/mcpls/compare/v0.3.4...v0.3.5
467480[ 0.3.4 ] : https://github.com/bug-ops/mcpls/compare/v0.3.3...v0.3.4
468481[ 0.3.3 ] : https://github.com/bug-ops/mcpls/compare/v0.3.2...v0.3.3
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["crates/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 0.3.5 "
6+ version = " 0.3.6 "
77edition = " 2024"
88rust-version = " 1.85"
99authors = [" Andrei G. <k05h31@gmail.com>" ]
@@ -25,7 +25,7 @@ dirs = "6.0"
2525futures = " 0.3"
2626ignore = " 0.4"
2727lsp-types = " 0.97"
28- mcpls-core = { path = " crates/mcpls-core" , version = " 0.3.5 " }
28+ mcpls-core = { path = " crates/mcpls-core" , version = " 0.3.6 " }
2929predicates = " 3.1"
3030rmcp = " =1.4.0"
3131rstest = " 0.26"
You can’t perform that action at this time.
0 commit comments