Skip to content

Commit

Permalink
Prepare 2.1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fatho committed Aug 31, 2022
1 parent be96f07 commit f42e9bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v2.1.0.0 - "All The Cases!" (2022-08-31)

- Added a case-insensitive variant of the Boyer-Moore algorithm in the `Data.Text.BoyerMooreCI.*` modules. ([#47](https://github.com/channable/alfred-margaret/pull/47))
- Fixed a bug in the case-insensitive Aho-Corasick replacer where it would
replace the wrong section of the haystack when the needle had a different
byte-length than the matching part of the haystack. ([#47](https://github.com/channable/alfred-margaret/pull/47))
- Allow mapping the payloads of Aho-Corasick automatons. ([#46](https://github.com/channable/alfred-margaret/pull/46))

## v2.0.0.0 - "So Long Surrogates" (2022-05-02)

Switched to text-2.0 which uses UTF-8 encoding internally.
Expand Down
2 changes: 1 addition & 1 deletion alfred-margaret.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: alfred-margaret
version: 2.0.0.0
version: 2.1.0.0
synopsis: Fast Aho-Corasick string searching
description: An efficient implementation of the Aho-Corasick
string searching algorithm.
Expand Down

0 comments on commit f42e9bd

Please sign in to comment.