Skip to content

Commit 370afce

Browse files
authored
Merge pull request #99 from G-Research/98-release-022
Prep for release.
2 parents c8e4eaa + a86bfac commit 370afce

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## 0.22.0
4+
5+
* The GIL is released when using a `bytes` haystack with `BytesAhoCorasick`. Thanks to Isaac Garzón.
6+
37
## 0.21.0
48

5-
* Added support for searching `bytes`, `bytearray`, `memoryview`, and similar objects using the `BytesAhoCorasick` class.
9+
* Added support for searching `bytes`, `bytearray`, `memoryview`, and similar objects using the `BytesAhoCorasick` class. Thanks to Isaac Garzón.
610

711
## 0.20.0
812

Cargo.lock

+1-1
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.21.1"
3+
version = "0.22.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)