Skip to content

Commit

Permalink
Release 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Jun 30, 2024
1 parent 1c69cb0 commit fd0396d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions harper-comments/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "harper-comments"
version = "0.8.0"
version = "0.8.6"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/elijah-potter/harper"

[dependencies]
harper-core = { path = "../harper-core", version = "0.8.0" }
Expand All @@ -21,4 +25,3 @@ tree-sitter-lua = "0.0.19"

[dev-dependencies]
paste = "1.0.15"

2 changes: 1 addition & 1 deletion harper-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harper-core"
version = "0.8.5"
version = "0.8.6"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion harper-ls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harper-ls"
version = "0.8.5"
version = "0.8.6"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
Expand Down

0 comments on commit fd0396d

Please sign in to comment.