Skip to content

Commit

Permalink
bump version v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Lips7 committed Nov 18, 2024
1 parent 2b708cd commit d769663
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

## 0.5.6 - 2024-11-18

### Performance
- Fix `build_process_type_tree` function, use set instead of list.
- Update several dependencies.

## 0.5.5 - 2024-10-14

### Bug fixes

- Change `XXX(Enum)` to `XXX(str, Enum)` in extension_types.py to fix json dumps issue.

### Flexibility
Expand Down
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.5"
version = "0.5.6"
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.5" }
matcher_rs = { path = "../matcher_rs", version = "0.5.6" }
sonic-rs = "0.3.16"
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.5</version>
<version>0.5.6</version>

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

0 comments on commit d769663

Please sign in to comment.