From 2c0b201055be60ec45e258adcc6c4b6e01bcd627 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Sat, 7 Dec 2019 18:22:38 -0800 Subject: Prepare v0.10.1 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3