Skip to content

Commit 2eaed89

Browse files
committed
Release 0.5.0
[email protected] [email protected] Generated by cargo-workspaces
1 parent 1035be8 commit 2eaed89

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

harper-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harper-core"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2021"
55
description = "The language checker for artists."
66
license = "MIT OR Apache-2.0"

harper-core/dictionary.dict

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49588,3 +49588,5 @@ QUERTY
4958849588
SIMD
4958949589
C++
4959049590
JavaScript
49591+
TODO
49592+
Todo

harper-ls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "harper-ls"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2021"
55
description = "The language checker for artists."
66
license = "MIT OR Apache-2.0"
77

88
[dependencies]
9-
harper-core = { path = "../harper-core", version = "0.4.0" }
9+
harper-core = { path = "../harper-core", version = "0.5.0" }
1010
tower-lsp = "0.20.0"
1111
tokio = { version = "1.35.1", features = ["full"] }
1212
clap = { version = "4.4.18", features = ["derive"] }

0 commit comments

Comments
 (0)