Skip to content

Commit 7bcfe13

Browse files
authored
Merge pull request #82 from G-Research/81-new-aho-corasick-version
New aho-corasick release
2 parents ac5ce21 + 71ff826 commit 7bcfe13

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.18.0
4+
5+
* Upgrade to `aho-corasick` v1.1.0, which can run faster on ARM machines like newer Macs.
6+
37
## 0.17.0
48

59
* Upgraded to `aho-corasick` v1.0.5, fixing performance regression in construction of `AhoCorasick` objects.

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ahocorasick_rs"
3-
version = "0.17.1"
3+
version = "0.18.0"
44
edition = "2021"
55
authors = ["G-Research <[email protected]>", "Itamar Turner-Trauring <[email protected]>"]
66
description = "Search a string for multiple substrings at once"

0 commit comments

Comments
 (0)