summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-12-04 14:23:27 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-12-04 15:40:53 +0100
commit3341a78b657ff6e8c2fec2c4fbb14b1cfd273806 (patch)
treee906bb3c9b76afafb8ae31c23d1dc0f7713091f9
parent834a1635e2f8317fa3697988bfe85f6b2f4bfded (diff)
Add CHANGELOG entry for 0.13.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> (cherry picked from commit 8b26473ce6a974e8372fae7b6d8545c075b9bb9b) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index daadbc1..6174d2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
+## 0.13.3 - 2022-12-04
+
+ - 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