Skip to content

Commit 8a22225

Browse files
committed
release: prepare v0.3.6
1 parent b5c52ea commit 8a22225

3 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
- **C/C++ file pattern language detection** - When `lsp_servers[].file_patterns` include simple extensions such as `**/*.c` or `**/*.h`, mcpls now derives extension-to-language mappings from those patterns and overlays them onto the workspace extension map. This changes the default behavior for matching C/C++ files to prefer the configured LSP server language instead of falling back to built-in mappings or `plaintext`.
1212

13+
## [0.3.6] - 2026-04-21
14+
15+
### Changed
16+
17+
- 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)
18+
- Bump tokio from 1.50.0 to 1.52.0
19+
- Bump toml from 1.1.1 to 1.1.2
20+
21+
### Fixed
22+
23+
- CI: nightly rustfmt failures when `rustfmt` component is temporarily unavailable for the latest nightly build (`--allow-downgrade`)
24+
1325
## [0.3.5] - 2026-03-17
1426

1527
### Changed
@@ -465,7 +477,8 @@ Add to `~/.claude/mcp.json`:
465477
- Workspace auto-discovery
466478
- LSP server auto-detection and installation
467479

468-
[Unreleased]: https://github.com/bug-ops/mcpls/compare/v0.3.5...HEAD
480+
[Unreleased]: https://github.com/bug-ops/mcpls/compare/v0.3.6...HEAD
481+
[0.3.6]: https://github.com/bug-ops/mcpls/compare/v0.3.5...v0.3.6
469482
[0.3.5]: https://github.com/bug-ops/mcpls/compare/v0.3.4...v0.3.5
470483
[0.3.4]: https://github.com/bug-ops/mcpls/compare/v0.3.3...v0.3.4
471484
[0.3.3]: https://github.com/bug-ops/mcpls/compare/v0.3.2...v0.3.3

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.3.5"
6+
version = "0.3.6"
77
edition = "2024"
88
rust-version = "1.85"
99
authors = ["Andrei G. <k05h31@gmail.com>"]
@@ -25,7 +25,7 @@ dirs = "6.0"
2525
futures = "0.3"
2626
ignore = "0.4"
2727
lsp-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" }
2929
predicates = "3.1"
3030
rmcp = "=1.4.0"
3131
rstest = "0.26"

0 commit comments

Comments
 (0)