Skip to content

Commit 2a0fe11

Browse files
committed
release version 0.3.0
1 parent 13853d8 commit 2a0fe11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "nucleo"
33
description = "plug and play high performance fuzzy matcher"
44
authors = ["Pascal Kuthe <[email protected]>"]
5-
version = "0.2.1"
5+
version = "0.3.0"
66
edition = "2021"
77
license = "MPL-2.0"
88
repository = "https://github.com/helix-editor/nucleo"
@@ -12,7 +12,7 @@ exclude = ["/typos.toml", "/tarpaulin.toml"]
1212
[lib]
1313

1414
[dependencies]
15-
nucleo-matcher = { version = "0.2.0", path = "matcher" }
15+
nucleo-matcher = { version = "0.3.0", path = "matcher" }
1616
parking_lot = { version = "0.12.1", features = ["send_guard", "arc_lock"]}
1717
rayon = "1.7.0"
1818

matcher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "nucleo-matcher"
33
description = "plug and play high performance fuzzy matcher"
44
authors = ["Pascal Kuthe <[email protected]>"]
5-
version = "0.2.0"
5+
version = "0.3.0"
66
edition = "2021"
77
license = "MPL-2.0"
88
repository = "https://github.com/helix-editor/nucleo"

0 commit comments

Comments
 (0)