Skip to content

Commit ca80025

Browse files
committed
Bump version to 0.5.9 for matcher packages and update dependencies
1 parent 32aafca commit ca80025

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
keywords = ["text", "string", "search", "pattern", "multi"]
1313
license = "Apache-2.0 OR MIT"
1414
repository = "https://github.com/Lips7/Matcher"
15-
version = "0.5.8"
15+
version = "0.5.9"
1616

1717
[profile.release]
1818
strip = true

matcher_c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ name = "matcher_c"
1717
crate-type = ["cdylib", "rlib"]
1818

1919
[dependencies]
20-
matcher_rs = { path = "../matcher_rs", version = "0.5.8" }
20+
matcher_rs = { path = "../matcher_rs", version = "0.5.9" }
2121
sonic-rs = "0.5.6"

matcher_java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.matcher_java</groupId>
88
<artifactId>matcher_java</artifactId>
9-
<version>0.5.8</version>
9+
<version>0.5.9</version>
1010

1111
<name>matcher_java</name>
1212
<!-- FIXME change it to the project's website -->

matcher_py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "matcher_py"
1818
crate-type = ["cdylib"]
1919

2020
[dependencies]
21-
matcher_rs = { path = "../matcher_rs", version = "0.5.8" }
21+
matcher_rs = { path = "../matcher_rs", version = "0.5.9" }
2222
pyo3 = { version = "0.27.2", features = ["extension-module"] }
2323
sonic-rs = "0.5.6"
2424

0 commit comments

Comments
 (0)