Skip to content

Commit 5eacd75

Browse files
authored
chore: bump to v3.2.0 (ribru17#137)
1 parent de32935 commit 5eacd75

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "ts_query_ls"
3-
version = "3.1.0"
3+
version = "3.2.0"
44
authors = ["Riley Bruins <ribru17@gmail.com>"]
55
edition = "2024"
66
description = "An LSP implementation for Tree-sitter's query files"

src/handlers/initialize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ mod test {
119119
capabilities: SERVER_CAPABILITIES.clone(),
120120
server_info: Some(ServerInfo {
121121
name: String::from("ts_query_ls"),
122-
version: Some(String::from("3.1.0")),
122+
version: Some(String::from("3.2.0")),
123123
}),
124124
}
125125
))

0 commit comments

Comments
 (0)