Bump version to 0.1.2 and adjust changelog

This commit is contained in:
Lukas Kalbertodt
2022-03-30 17:39:05 +02:00
parent 1c6ecdd4ad
commit 2f0f749c74
2 changed files with 9 additions and 2 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
[package]
name = "confique"
version = "0.1.1"
version = "0.1.2"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
edition = "2018"