File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## 0.10.1 - 2019-12-07
8
+ - Allow enums as configuration keys [ #119 ]
9
+
10
+ [ #119 ] : https://github.com/mehcode/config-rs/pull/119
11
+
7
12
## 0.10.0 - 2019-12-07
8
13
- Remove lowercasing of keys (unless the key is coming from an environment variable).
9
14
- Update nom to 5.x
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " config"
3
- version = " 0.10.0 "
3
+ version = " 0.10.1 "
4
4
description = " Layered configuration system for Rust applications."
5
5
homepage = " https://github.com/mehcode/config-rs"
6
6
repository = " https://github.com/mehcode/config-rs"
You can’t perform that action at this time.
0 commit comments