Skip to content

Commit

Permalink
Merge pull request #40 from ltratt/fm_0_3_0
Browse files Browse the repository at this point in the history
Prepare a 0.3.0 release.
  • Loading branch information
vext01 authored Mar 20, 2024
2 parents 6afa1e1 + eebfe2f commit 0cabbc4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# fm 0.3.0 (2024-03-20)

* Add `OutputFormatter`s. The default output formatting has now changed from a
summary of the pattern and text to: the raw text followed by the
(same-as-before) summary.

* `FMatchError` no longer implements `PartialEq`.


# fm 0.2.2 (2023-05-23)

* `...\n...` is an illegal pattern, but previously caused an error when
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "fm"
description = "Non-backtracking fuzzy text matcher"
repository = "https://github.com/softdevteam/fm/"
version = "0.2.2"
version = "0.3.0"
authors = ["Edd Barrett <vext01@gmail.com>", "Laurence Tratt <laurie@tratt.net>"]
readme = "README.md"
license = "Apache-2.0/MIT"
Expand Down

0 comments on commit 0cabbc4

Please sign in to comment.