diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a85989..d156d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## FastSpell 0.7: +- Default dictionaries are now installed via pip as a dependency. +- Download of dictionaries in `fastspell-download` is deprecated. + ## FastSpell 0.6.1: ### Changed: - Trigger fasttext download in fastspell-download command. diff --git a/pyproject.toml b/pyproject.toml index 98f2852..d4d30c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastspell" -version = "0.6.1" +version = "0.7.0" license = {file = "LICENSE"} readme = "README.md" description = "Targetted language identifier, based on FastText and Hunspell."