summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2019-12-07 18:22:38 -0800
committerRyan Leckey <ryan@launchbadge.com>2019-12-07 18:22:38 -0800
commit2c0b201055be60ec45e258adcc6c4b6e01bcd627 (patch)
tree4a602a7c918927c2a8232bd81694ef680e318892
parentb188f936854c5bccc61bddebe729944d600de927 (diff)
Prepare v0.10.1
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b9abae..7171e72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## 0.10.1 - 2019-12-07
+ - Allow enums as configuration keys [#119]
+
+[#119]: https://github.com/mehcode/config-rs/pull/119
+
## 0.10.0 - 2019-12-07
- Remove lowercasing of keys (unless the key is coming from an environment variable).
- Update nom to 5.x
diff --git a/Cargo.toml b/Cargo.toml
index ef39903..e854ebb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "config"
-version = "0.10.0"
+version = "0.10.1"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"