From 6d2df9f7f29f5e5860de4cac66df08ff14ab312d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 20:13:11 +0000 Subject: [PATCH] chore: release v0.3.7 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a1101..27be14a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.7](https://github.com/Vaiz/rust-mcp-server/compare/v0.3.6...v0.3.7) - 2026-04-05 + +### Added + +- reduce `cargo-insta-update-snapshots` tool verbosity ([#110](https://github.com/Vaiz/rust-mcp-server/pull/110)) +- use roots/list to automatically detect workspace directory ([#108](https://github.com/Vaiz/rust-mcp-server/pull/108)) + ## [0.3.6](https://github.com/Vaiz/rust-mcp-server/compare/v0.3.5...v0.3.6) - 2026-03-09 ### Added diff --git a/Cargo.lock b/Cargo.lock index b11f45b..59d47dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,7 +607,7 @@ dependencies = [ [[package]] name = "rust-mcp-server" -version = "0.3.6" +version = "0.3.7" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index e72b9ff..5aa7b08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-mcp-server" -version = "0.3.6" +version = "0.3.7" edition = "2024" rust-version = "1.90" description = "An MCP server for Rust development"