summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-04-13 17:58:48 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-04-13 17:58:48 +0200
commitafffd2efd36a1974ae4c5437d9cd8665d2c3ab19 (patch)
treee58a8c7ac656af5e166bba87ba772bf50a7b14a4
parent44a121615a6dc62b7277f3bd0ec2009b22530deb (diff)
Add changelog for 0.13.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d30ca0..d086c72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
+## 0.13.1 - 2022-04-13
+
+ - typo in doc comment for ConfigBuilder [#299]
+ - dot in config file name handling fixed [#306]
+
+[#299]: https://github.com/mehcode/config-rs/pull/299
+[#306]: https://github.com/mehcode/config-rs/pull/306
+
## 0.13.0 - 2022-04-03
- Prefix-Seperator support was added [#292]