Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed May 4, 2024
1 parent 153cdb0 commit 6c1e0c4
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 44 deletions.
85 changes: 46 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "earthlyls"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Gaëtan Lehmann <gaetan.lehmann@gmail.com>"]
description = "A fast language server for earthly"
Expand Down
4 changes: 2 additions & 2 deletions editor/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion editor/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "logo.png",
"author": "Gaëtan Lehmann",
"license": "MIT",
"version": "0.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/glehmann/earthlyls"
Expand Down
2 changes: 1 addition & 1 deletion src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl LanguageServer for Backend {
},
server_info: Some(ServerInfo {
name: String::from("earthlyls"),
version: Some(String::from("0.2.0")),
version: Some(String::from("0.2.1")),
}),
})
}
Expand Down

0 comments on commit 6c1e0c4

Please sign in to comment.