diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ac9552..8af84e44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2022-05-12 + ## Changed * **breaking** The Miniconf trait for iteration was renamed from `unchecked_iter()` and `iter()` to `unchecked_iter_settings()` and `iter_settings()` respectively to avoid issues with slice iteration @@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Library initially released on crates.io -[Unreleased]: https://github.com/quartiq/miniconf/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/quartiq/miniconf/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/quartiq/miniconf/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/quartiq/miniconf/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/quartiq/miniconf/releases/tag/v0.3.0 [0.2.0]: https://github.com/quartiq/miniconf/releases/tag/v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index f567a613..1cb6d6c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "miniconf" # Don't forget to change `derive_miniconf`'s version as well. -version = "0.4.0" +version = "0.5.0" authors = ["James Irwin ", "Ryan Summers ", "Ryan Summers