summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-12-04 15:36:15 +0100
committerGitHub <noreply@github.com>2022-12-04 15:36:15 +0100
commiteed287c05d34d372594085a136813737bd0c68c2 (patch)
treefcdd294e07bd6709f26ac14f315e7d46febd6a19
parentbab6e3084d570d00a0bcfef97b705bd406b1a55e (diff)
parentdabf0c47ac458802a0b094431a066c8150773bc1 (diff)
Merge pull request #400 from matthiasbeyer/release-0.13.3-changelog
Changelog for 0.13.3
-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