summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-14 09:29:42 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-03-14 09:29:42 +0100
commit48db2a16e892c3a21ada014fb8e163b33bcb483b (patch)
tree39ba8670b959a3477849398f8ebffdb246f20e7b
parenta3f205dc628b59a32de813b3efefbaec4667d217 (diff)
Add entry for 0.11.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7171e72..998cd60 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.11.0 - 2021-03-13
+ - First Release as config-rs-maint. Should be more or less compatible with
+ config-rs 0.10.1.
+ Development continues on sourcehut for config-rs-maint.
+
## 0.10.1 - 2019-12-07
- Allow enums as configuration keys [#119]