summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-12-04 15:50:06 +0100
committerGitHub <noreply@github.com>2022-12-04 15:50:06 +0100
commit74bdf5e766450c7c93f9121951d72b23f2b6b14d (patch)
tree588b633a2c1c224922297a43482b27c571a77210
parent834a1635e2f8317fa3697988bfe85f6b2f4bfded (diff)
parentb36bba5ccccf64a3efdab4322341306c89fb6795 (diff)
Merge pull request #401 from matthiasbeyer/backport-changelog
Backport changelog
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index daadbc1..917ec00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
+## 0.13.3 - 2022-12-04
+
+Please note that we had to update the MSRV for this crate from 1.56.0 to 1.59.0
+for this patch release being possible, because a transitive dependency did
+update its MSRV.
+
+ - Backport of commit [d54986c54091e4620c199d3dfadde80b82958bb3] from [#362] for
+ using float_cmp for testing floats
+ - Backport of [#379] adding `Clone` trait derive to builder states
+
+[d54986c54091e4620c199d3dfadde80b82958bb3]: https://github.com/mehcode/config-rs/commit/d54986c54091e4620c199d3dfadde80b82958bb3
+[#362]: https://github.com/mehcode/config-rs/pull/362
+[#379]: https://github.com/mehcode/config-rs/pull/379
+
## 0.13.2 - 2022-08-02
- Backport of [#316] to be testing with temp_env. The backport was necessary to