From 2f0f749c74b24ed1a59a345e7095ed91da6b9140 Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Wed, 30 Mar 2022 17:39:05 +0200 Subject: [PATCH] Bump version to `0.1.2` and adjust changelog --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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"