Skip to content

Commit

Permalink
release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalkuthe committed Dec 22, 2023
1 parent 13853d8 commit 2a0fe11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "nucleo"
description = "plug and play high performance fuzzy matcher"
authors = ["Pascal Kuthe <[email protected]>"]
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/helix-editor/nucleo"
Expand All @@ -12,7 +12,7 @@ exclude = ["/typos.toml", "/tarpaulin.toml"]
[lib]

[dependencies]
nucleo-matcher = { version = "0.2.0", path = "matcher" }
nucleo-matcher = { version = "0.3.0", path = "matcher" }
parking_lot = { version = "0.12.1", features = ["send_guard", "arc_lock"]}
rayon = "1.7.0"

Expand Down
2 changes: 1 addition & 1 deletion matcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "nucleo-matcher"
description = "plug and play high performance fuzzy matcher"
authors = ["Pascal Kuthe <[email protected]>"]
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/helix-editor/nucleo"
Expand Down

0 comments on commit 2a0fe11

Please sign in to comment.