Skip to content

Commit

Permalink
dump version v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lips7 committed Jul 22, 2024
1 parent 7861f76 commit 3ef8ce2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
keywords = ["text", "string", "search", "pattern", "multi"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/Lips7/Matcher"
version = "0.5.1"
version = "0.5.2"
rust-version = "1.79.0"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion matcher_c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ name = "matcher_c"
crate-type = ["cdylib", "rlib"]

[dependencies]
matcher_rs = { path = "../matcher_rs", version = "0.5.1" }
matcher_rs = { path = "../matcher_rs", version = "0.5.2" }
sonic-rs = "0.3.8"
2 changes: 1 addition & 1 deletion matcher_java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.matcher_java</groupId>
<artifactId>matcher_java</artifactId>
<version>0.5.1</version>
<version>0.5.2</version>

<name>matcher_java</name>
<!-- FIXME change it to the project's website -->
Expand Down
2 changes: 1 addition & 1 deletion matcher_py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name = "matcher_py"
crate-type = ["cdylib"]

[dependencies]
matcher_rs = { path = "../matcher_rs", version = "0.5.1" }
matcher_rs = { path = "../matcher_rs", version = "0.5.2" }
pyo3 = { version = "0.22.2", features = ["extension-module"] }
sonic-rs = "0.3.8"

Expand Down
2 changes: 1 addition & 1 deletion matcher_py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "matcher_py"
description = "Blazingly fast Word Matcher"
version = "0.5.1"
version = "0.5.2"
readme = "README.md"
requires-python = ">=3.8"
authors = [{ name = 'Fuji Guo', email = "f975793771@gmail.com" }]
Expand Down

0 comments on commit 3ef8ce2

Please sign in to comment.