Skip to content

Commit 2c0b201

Browse files
committed
Prepare v0.10.1
1 parent b188f93 commit 2c0b201

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

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+
712
## 0.10.0 - 2019-12-07
813
- Remove lowercasing of keys (unless the key is coming from an environment variable).
914
- Update nom to 5.x

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "config"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Layered configuration system for Rust applications."
55
homepage = "https://github.com/mehcode/config-rs"
66
repository = "https://github.com/mehcode/config-rs"

0 commit comments

Comments
 (0)