From 41a716c44b0358ba06b0808fbac1f2425bb11b1b Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 28 May 2024 13:00:37 -0500 Subject: [PATCH] 1.0.4 metadata --- Cargo.toml | 2 +- docs/changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7f3226..b48046f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jellyfish" -version = "1.0.3" +version = "1.0.4" edition = "2021" description = "Approximate and phonetic matching of strings." authors = ["James Turk "] diff --git a/docs/changelog.md b/docs/changelog.md index a0769ed..f5a6ff7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,11 @@ Changelog ========= +1.0.4 - 28 May 2024 +----------------------- +* `match_rating_codex` now returns consistent results for Unicode characters regardless of position (#210) +* adds prebuilt wheels for Alpine (#209) + 1.0.3 - 17 November 2023 ----------------------- * `match_rating_codex` now raises a `ValueError` when passed non-alpha characters (#200)