diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f0fb4a..ae8b879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog -## [Unreleased] +## Unreleased -[Unreleased]: https://github.com/foresterre/storyteller/compare/v0.8.1...HEAD +## [1.0.0] - 2024-07-24 + +## Changed + +* `storyteller` MSRV is now 1.60 + +[1.0.0]: https://github.com/foresterre/storyteller/compare/v0.8.1...v1.0.0 ## [0.8.1] - 2023-06-05 @@ -35,7 +41,7 @@ ### Fixed -* Fix excessive packaged crate size +* Fix excessive packaged crate size [0.6.1]: https://github.com/foresterre/bisector/compare/v0.6.0...v0.6.1 diff --git a/Cargo.toml b/Cargo.toml index caa272a..914364a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "storyteller" -version = "0.8.1" -edition = "2018" +version = "1.0.0" +edition = "2021" authors = ["Martijn Gribnau "] description = "Library focused on supporting user oriented output while supporting multiple output types (e.g. json, a progressbar, etc.)"