From e3e4c89792da5712916ec2838dbb3c0880052546 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Thu, 13 Jun 2024 04:52:11 -0500 Subject: [PATCH] chore: Release --- CHANGELOG.md | 13 ++++++++++++- Cargo.lock | 8 ++++---- zspell-cli/Cargo.toml | 4 ++-- zspell-py/Cargo.toml | 2 +- zspell/Cargo.toml | 2 +- zspell/test-util/Cargo.toml | 2 +- 6 files changed, 21 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6096536..09b44aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ ## [Unreleased] - ReleaseDate +### Added + +### Changed + +### Removed + + + +## [0.5.5] - 2024-06-13 + ### Changed - Fix the parsing of long (double ASCII) flags in @@ -191,7 +201,8 @@ Minor bups in the dependency list - Behind the scenes work to prepare for automatic dictionary location -[Unreleased]: https://github.com/pluots/zspell/compare/v0.5.3...HEAD +[Unreleased]: https://github.com/pluots/zspell/compare/v0.5.5...HEAD +[0.5.5]: https://github.com/pluots/zspell/compare/v0.5.3...v0.5.5 [0.5.3]: https://github.com/pluots/zspell/compare/v0.5.2...v0.5.3 [0.5.2]: https://github.com/pluots/zspell/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/pluots/zspell/compare/v0.5.0...v0.5.1 diff --git a/Cargo.lock b/Cargo.lock index c2f6061..c613407 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2405,7 +2405,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-util" -version = "0.5.3" +version = "0.5.5" dependencies = [ "pretty_assertions", "regex", @@ -3067,7 +3067,7 @@ dependencies = [ [[package]] name = "zspell" -version = "0.5.3" +version = "0.5.5" dependencies = [ "autocfg", "cfg-if", @@ -3091,7 +3091,7 @@ dependencies = [ [[package]] name = "zspell-cli" -version = "0.5.3" +version = "0.5.5" dependencies = [ "anyhow", "assert_cmd", @@ -3128,7 +3128,7 @@ dependencies = [ [[package]] name = "zspell-py" -version = "0.5.3" +version = "0.5.5" dependencies = [ "pyo3", "pyo3-build-config", diff --git a/zspell-cli/Cargo.toml b/zspell-cli/Cargo.toml index 900d6e8..1990a36 100644 --- a/zspell-cli/Cargo.toml +++ b/zspell-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zspell-cli" -version = "0.5.3" +version = "0.5.5" edition = "2021" publish = true description = "Command line interface for the ZSpell spellchecking library" @@ -33,7 +33,7 @@ sha1 = "0.10.6" stringmetrics = "2.2" termcolor = "1.4.1" anyhow = "1.0.86" -zspell = { path = "../zspell", version = "0.5.3", features = ["zspell-unstable"] } +zspell = { path = "../zspell", version = "0.5.5", features = ["zspell-unstable"] } ureq = { version = "2.9.7", features = ["json"] } zspell-index = "0.5.0" diff --git a/zspell-py/Cargo.toml b/zspell-py/Cargo.toml index 83c233a..ff174a4 100644 --- a/zspell-py/Cargo.toml +++ b/zspell-py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zspell-py" -version = "0.5.3" +version = "0.5.5" edition = "2021" publish = false diff --git a/zspell/Cargo.toml b/zspell/Cargo.toml index b552f81..8ddcc15 100644 --- a/zspell/Cargo.toml +++ b/zspell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zspell" -version = "0.5.3" +version = "0.5.5" edition = "2021" authors = ["Trevor Gross "] description = "Native Rust library for spellchecking" diff --git a/zspell/test-util/Cargo.toml b/zspell/test-util/Cargo.toml index 5b2f4fe..8e08692 100644 --- a/zspell/test-util/Cargo.toml +++ b/zspell/test-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-util" -version = "0.5.3" +version = "0.5.5" edition = "2021" publish = false