Skip to content

Commit b0beef7

Browse files
committed
release: prepare v0.3.6
1 parent 01b8317 commit b0beef7

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
@@ -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

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)