File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
66## [ Unreleased]
77
8+ ## [ 0.2.4] - 2023-07-02
9+ - Fixed enum deserialization from env values
10+
811## [ 0.2.3] - 2023-03-10
912### Fixed
1013- Add ` #[allow(missing_docs)] ` to some generated code to avoid problems in
@@ -93,7 +96,8 @@ All notable changes to this project will be documented in this file.
9396- Everything.
9497
9598
96- [ Unreleased ] : https://github.com/LukasKalbertodt/confique/compare/v0.2.3...HEAD
99+ [ Unreleased ] : https://github.com/LukasKalbertodt/confique/compare/v0.2.4...HEAD
100+ [ 0.2.4 ] : https://github.com/LukasKalbertodt/confique/compare/v0.2.3...v0.2.4
97101[ 0.2.3 ] : https://github.com/LukasKalbertodt/confique/compare/v0.2.2...v0.2.3
98102[ 0.2.2 ] : https://github.com/LukasKalbertodt/confique/compare/v0.2.1...v0.2.2
99103[ 0.2.1 ] : https://github.com/LukasKalbertodt/confique/compare/v0.2.0...v0.2.1
Original file line number Diff line number Diff line change 11[package ]
22name = " confique"
3- version = " 0.2.3 "
3+ version = " 0.2.4 "
44authors = [" Lukas Kalbertodt <lukas.kalbertodt@gmail.com>" ]
55edition = " 2021"
66
You can’t perform that action at this time.
0 commit comments