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,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.5] - 2026-03-17
11+
12+ ### Changed
13+
14+ - Version bump to 0.3.5
15+
1016## [ 0.3.4] - 2026-02-22
1117
1218### Changed
@@ -456,7 +462,8 @@ Add to `~/.claude/mcp.json`:
456462- Workspace auto-discovery
457463- LSP server auto-detection and installation
458464
459- [ Unreleased ] : https://github.com/bug-ops/mcpls/compare/v0.3.4...HEAD
465+ [ Unreleased ] : https://github.com/bug-ops/mcpls/compare/v0.3.5...HEAD
466+ [ 0.3.5 ] : https://github.com/bug-ops/mcpls/compare/v0.3.4...v0.3.5
460467[ 0.3.4 ] : https://github.com/bug-ops/mcpls/compare/v0.3.3...v0.3.4
461468[ 0.3.3 ] : https://github.com/bug-ops/mcpls/compare/v0.3.2...v0.3.3
462469[ 0.3.2 ] : https://github.com/bug-ops/mcpls/compare/v0.3.1...v0.3.2
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.4 "
6+ version = " 0.3.5 "
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.4 " }
28+ mcpls-core = { path = " crates/mcpls-core" , version = " 0.3.5 " }
2929predicates = " 3.1"
3030rmcp = " 1.1"
3131rstest = " 0.26"
Original file line number Diff line number Diff line change 11# mcpls
22
3- [ ![ Crates.io] ( https://img.shields.io/crates/v/mcpls )] ( https://crates.io/crates/mcpls )
4- [ ![ docs.rs] ( https://img.shields.io/docsrs/mcpls-core )] ( https://docs.rs/mcpls-core )
3+ [ ![ Crates.io] ( https://img.shields.io/crates/v/mcpls?label=mcpls )] ( https://crates.io/crates/mcpls )
4+ [ ![ docs.rs] ( https://img.shields.io/docsrs/mcpls-core?label=mcpls-core )] ( https://docs.rs/mcpls-core )
55[ ![ CI] ( https://img.shields.io/github/actions/workflow/status/bug-ops/mcpls/ci.yml?branch=main )] ( https://github.com/bug-ops/mcpls/actions )
66[ ![ codecov] ( https://codecov.io/gh/bug-ops/mcpls/graph/badge.svg?token=FQEDLNF2GS )] ( https://codecov.io/gh/bug-ops/mcpls )
77[ ![ MSRV] ( https://img.shields.io/badge/MSRV-1.85-blue )] ( https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html )
You can’t perform that action at this time.
0 commit comments