File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 0.2.5] - 2023-12-10
7
9
- Add ` #[config(partial_attr(...))] ` struct attribute to specify attributes for
8
10
the partial type.
9
11
- Allow "yes" and "no" as values when deserializing ` bool ` from env. Also, the
@@ -101,7 +103,8 @@ All notable changes to this project will be documented in this file.
101
103
- Everything.
102
104
103
105
104
- [ Unreleased ] : https://github.com/LukasKalbertodt/confique/compare/v0.2.4...HEAD
106
+ [ Unreleased ] : https://github.com/LukasKalbertodt/confique/compare/v0.2.5...HEAD
107
+ [ 0.2.5 ] : https://github.com/LukasKalbertodt/confique/compare/v0.2.4...v0.2.5
105
108
[ 0.2.4 ] : https://github.com/LukasKalbertodt/confique/compare/v0.2.3...v0.2.4
106
109
[ 0.2.3 ] : https://github.com/LukasKalbertodt/confique/compare/v0.2.2...v0.2.3
107
110
[ 0.2.2 ] : https://github.com/LukasKalbertodt/confique/compare/v0.2.1...v0.2.2
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " confique"
3
- version = " 0.2.4 "
3
+ version = " 0.2.5 "
4
4
authors = [
" Lukas Kalbertodt <[email protected] >" ]
5
5
edition = " 2021"
6
6
@@ -26,7 +26,7 @@ yaml = ["serde_yaml"]
26
26
27
27
28
28
[dependencies ]
29
- confique-macro = { version = " =0.0.8 " , path = " macro" }
29
+ confique-macro = { version = " =0.0.9 " , path = " macro" }
30
30
json5 = { version = " 0.4.1" , optional = true }
31
31
serde = { version = " 1" , features = [" derive" ] }
32
32
serde_yaml = { version = " 0.9" , optional = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " confique-macro"
3
- version = " 0.0.8 "
3
+ version = " 0.0.9 "
4
4
authors = [
" Lukas Kalbertodt <[email protected] >" ]
5
5
edition = " 2021"
6
6
You can’t perform that action at this time.
0 commit comments