Skip to content

Commit b8bad11

Browse files
committed
release v0.2.4
1 parent 72d83a1 commit b8bad11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [Unreleased]
9+
## [v0.2.4] - 2024-05-15
1010

1111
### Fixed
1212
- track open files by clients to avoid sending duplicate `textDocument/didOpen` and `textDocument/didClose` notifications

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ra-multiplex"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "share one rust-analyzer server instance between multiple LSP clients to save resources"
55
repository = "https://github.com/pr2502/ra-multiplex"
66
license = "MIT"

0 commit comments

Comments
 (0)