summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
3 files changed, 10 insertions, 2 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]
diff --git a/Cargo.toml b/Cargo.toml
index 49d3c22..994531f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "config"
-version = "0.13.0"
+version = "0.13.1"
description = "Layered configuration system for Rust applications."
homepage = "https://github.com/mehcode/config-rs"
repository = "https://github.com/mehcode/config-rs"
diff --git a/README.md b/README.md
index 245c3ae..18f0914 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ values back to the configuration file(s)!
```toml
[dependencies]
-config = "0.13"
+config = "0.13.1"
```
### Feature flags