Skip to content

Commit 55aa1cf

Browse files
chore: release v0.1.1
1 parent ac5b867 commit 55aa1cf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1](https://github.com/symposium-dev/symposium-rust-analyzer/compare/v0.1.0...v0.1.1) - 2026-01-26
11+
12+
### Other
13+
14+
- Add an arbitrary LSP method call tool and comment out tests for removed tools
15+
- release v0.1.0
16+
1017
## [0.1.0](https://github.com/symposium-dev/symposium-rust-analyzer/releases/tag/v0.1.0) - 2026-01-22
1118

1219
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "symposium-rust-analyzer"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
license = "MIT or Apache-2.0"
66
description = "Symposium rust-analyzer proxy - an MCP server connecting to rust-analyzer and a ACP Proxy managing it"

0 commit comments

Comments
 (0)