summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-04-13 18:05:06 +0200
committerGitHub <noreply@github.com>2022-04-13 18:05:06 +0200
commitc375cad9ceec5667de4f6924b50e900184d1c17b (patch)
treeb976577ca597cf78cbdd3b338ea8c5bbe9ece050
parent44a121615a6dc62b7277f3bd0ec2009b22530deb (diff)
parent129d761adae109c10cbe56e330096b06e90fcc77 (diff)
Merge pull request #313 from matthiasbeyer/prepare-0.13.10.13.1
Prepare 0.13.1
-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