Skip to content

Commit 82358fc

Browse files
authored
release: prepare v0.3.5 (#68)
- Bump version to 0.3.5 in workspace manifests - Update CHANGELOG.md with release date and version section - Refresh README badges and documentation links - All tests passing (333/333)
1 parent 9528de9 commit 82358fc

4 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.4"
6+
version = "0.3.5"
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.4" }
28+
mcpls-core = { path = "crates/mcpls-core", version = "0.3.5" }
2929
predicates = "3.1"
3030
rmcp = "1.1"
3131
rstest = "0.26"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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)

0 commit comments

Comments
 (0)