mirror of
https://github.com/OMGeeky/confique.git
synced 2026-02-23 15:38:30 +01:00
Bump version to 0.1.2 and adjust changelog
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "confique"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user