1.0.4 metadata

This commit is contained in:
James Turk 2024-05-28 13:00:37 -05:00
parent eeb8a826cd
commit 41a716c44b
2 changed files with 6 additions and 1 deletions

View File

@ -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 <dev@jamesturk.net>"]

View File

@ -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)