diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac326d..d28c181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and Poodle adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) ## [Unreleased] +## [0.6.3] - 2023-05-10 +### Added +- Maintenance changes. + ## [0.6.2] - 2022-05-10 ### Added - Improve expressiveness. @@ -51,7 +55,8 @@ and Poodle adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) - Project structure. - Enable GitHub Actions. -[Unreleased]: https://github.com/poyea/poodle/compare/v0.6.2...HEAD +[Unreleased]: https://github.com/poyea/poodle/compare/v0.6.3...HEAD +[0.6.3]: https://github.com/poyea/poodle/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/poyea/poodle/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/poyea/poodle/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/poyea/poodle/compare/v0.5.0...v0.6.0 diff --git a/Cargo.lock b/Cargo.lock index 89b4add..5eeae59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -409,7 +409,7 @@ dependencies = [ [[package]] name = "poodle" -version = "0.6.2" +version = "0.6.3" dependencies = [ "chrono", "clap 3.0.14", diff --git a/Cargo.toml b/Cargo.toml index 4ad889d..2d93e3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poodle" -version = "0.6.2" +version = "0.6.3" edition = "2021" authors = ["John Law "] description = "Not a poodle, but a word-guessing game from your terminal"