diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf1cd3..a64428a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.6] - 2023-04-21 + +### Changed + +- Improved cross compilation. + ## [0.0.5] - 2023-04-20 ### Changed @@ -60,7 +66,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed OS specific `tmp` and `xdg` dirs [#3]. - Fixed missing CI artifacts from releases [#6]. -[Unreleased]: https://github.com/soywod/comodoro/compare/v0.0.4...master +[Unreleased]: https://github.com/soywod/comodoro/compare/v0.0.6...master +[0.0.6]: https://github.com/soywod/comodoro/compare/v0.0.5...v0.0.6 +[0.0.5]: https://github.com/soywod/comodoro/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/soywod/comodoro/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/soywod/comodoro/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/soywod/comodoro/compare/v0.0.1...v0.0.2 diff --git a/Cargo.lock b/Cargo.lock index 5d1f626..9950182 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,7 +170,7 @@ dependencies = [ [[package]] name = "comodoro" -version = "0.0.5" +version = "0.0.6" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e5b6866..e09ccf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "comodoro" description = "CLI to manage your time using the Pomodoro technique." -version = "0.0.5" +version = "0.0.6" authors = ["soywod "] edition = "2021" license = "MIT"