diff --git a/CHANGELOG.md b/CHANGELOG.md index f520681..7e13086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.1.2] - 2022-03-30 +### Fixed +- Fixed output of `toml::format` when leaf fields were listed after `nested` + fields in a configuration. + + ## [0.1.1] - 2021-11-03 ### Added - `deserialize_with` attribute which is (basically) forwarded to `serde` @@ -18,5 +24,6 @@ All notable changes to this project will be documented in this file. - Everything. -[Unreleased]: https://github.com/LukasKalbertodt/confique/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/LukasKalbertodt/confique/compare/v0.1.2...HEAD +[0.1.1]: https://github.com/LukasKalbertodt/confique/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/LukasKalbertodt/confique/compare/v0.1.0...v0.1.1 diff --git a/Cargo.toml b/Cargo.toml index e61c0ac..3f52e44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "confique" -version = "0.1.1" +version = "0.1.2" authors = ["Lukas Kalbertodt "] edition = "2018"