From 8883766d6171be8a838e6c4483fde9b95897ce54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 04:50:14 +0000 Subject: [PATCH] chore: release v0.2.0 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21bbf91..59e6f12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/symposium-dev/symposium-rust-analyzer/compare/v0.1.1...v0.2.0) - 2026-05-20 + +### Other + +- Fix all clippy warnings +- Upgrade from sacp to agent-client-protocol, simplify to pure MCP server +- Merge pull request #3 from symposium-dev/upgrade-sacp11 +- Upgrade to sacp 11, and split binary into mcp/proxy + ## [0.1.1](https://github.com/symposium-dev/symposium-rust-analyzer/compare/v0.1.0...v0.1.1) - 2026-01-26 ### Other diff --git a/Cargo.lock b/Cargo.lock index 43b7845..9275653 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1242,7 +1242,7 @@ dependencies = [ [[package]] name = "symposium-rust-analyzer" -version = "0.1.1" +version = "0.2.0" dependencies = [ "agent-client-protocol", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8c8db38..d6c0490 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "symposium-rust-analyzer" -version = "0.1.1" +version = "0.2.0" edition = "2024" license = "MIT or Apache-2.0" description = "An MCP server providing rust-analyzer LSP integration"