We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834a163 commit 3341a78Copy full SHA for 3341a78
CHANGELOG.md
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## Unreleased
8
9
+## 0.13.3 - 2022-12-04
10
+
11
+ - Backport of commit [d54986c54091e4620c199d3dfadde80b82958bb3] from [#362] for
12
+ using float_cmp for testing floats
13
+ - Backport of [#379] adding `Clone` trait derive to builder states
14
15
+[d54986c54091e4620c199d3dfadde80b82958bb3]: https://github.com/mehcode/config-rs/commit/d54986c54091e4620c199d3dfadde80b82958bb3
16
+[#362]: https://github.com/mehcode/config-rs/pull/362
17
+[#379]: https://github.com/mehcode/config-rs/pull/379
18
19
## 0.13.2 - 2022-08-02
20
21
- Backport of [#316] to be testing with temp_env. The backport was necessary to
0 commit comments