From 6eb296eea3c033023dcebe55cee030050f7b4faf Mon Sep 17 00:00:00 2001 From: ZJaume Date: Thu, 9 Mar 2023 16:48:23 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d156d43..46edd86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## FastSpell 0.8: +- Icelandic mistakeable languages. + ## FastSpell 0.7: - Default dictionaries are now installed via pip as a dependency. - Download of dictionaries in `fastspell-download` is deprecated. diff --git a/pyproject.toml b/pyproject.toml index d4d30c1..005520c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastspell" -version = "0.7.0" +version = "0.8.0" license = {file = "LICENSE"} readme = "README.md" description = "Targetted language identifier, based on FastText and Hunspell."