From 8708e870624d15329a70286fa6d3d7bbc0abf834 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Sun, 1 Jan 2023 07:22:23 -0500 Subject: [PATCH] chore: Release --- CHANGELOG.md | 13 ++++++++++++- crates/zspell-cli/Cargo.toml | 2 +- crates/zspell-py/Cargo.toml | 2 +- crates/zspell/Cargo.toml | 2 +- crates/zspell/util/Cargo.toml | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c7630..160b610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ ## [Unreleased] - ReleaseDate +### Added + +### Changed + +### Removed + + + +## [0.3.3] - 2023-01-01 + ### Changed - [build] update python release workflow @@ -132,7 +142,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.3.2...HEAD +[Unreleased]: https://github.com/pluots/zspell/compare/v0.3.3...HEAD +[0.3.3]: https://github.com/pluots/zspell/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/pluots/zspell/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/pluots/zspell/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/pluots/zspell/compare/v0.2.2...v0.3.0 diff --git a/crates/zspell-cli/Cargo.toml b/crates/zspell-cli/Cargo.toml index 8954a6d..67c6ade 100644 --- a/crates/zspell-cli/Cargo.toml +++ b/crates/zspell-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zspell-cli" -version = "0.3.2" +version = "0.3.3" edition = "2021" publish = false diff --git a/crates/zspell-py/Cargo.toml b/crates/zspell-py/Cargo.toml index 8fdc75f..161e7d9 100644 --- a/crates/zspell-py/Cargo.toml +++ b/crates/zspell-py/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zspell-py" -version = "0.3.2" +version = "0.3.3" edition = "2021" publish = false diff --git a/crates/zspell/Cargo.toml b/crates/zspell/Cargo.toml index b24e10d..f06fddb 100644 --- a/crates/zspell/Cargo.toml +++ b/crates/zspell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zspell" -version = "0.3.2" +version = "0.3.3" edition = "2021" authors = ["Trevor Gross "] description = "Native Rust library for spellchecking, with a command line interface" diff --git a/crates/zspell/util/Cargo.toml b/crates/zspell/util/Cargo.toml index adbfb4a..70766f1 100644 --- a/crates/zspell/util/Cargo.toml +++ b/crates/zspell/util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "util" -version = "0.3.2" +version = "0.3.3" edition = "2021" publish = false