Skip to content

Commit eed287c

Browse files
Merge pull request #400 from matthiasbeyer/release-0.13.3-changelog
Changelog for 0.13.3
2 parents bab6e30 + dabf0c4 commit eed287c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## Unreleased
88

9+
## 0.13.3 - 2022-12-04
10+
11+
Please note that we had to update the MSRV for this crate from 1.56.0 to 1.59.0
12+
for this patch release being possible, because a transitive dependency did
13+
update its MSRV.
14+
15+
- Backport of commit [d54986c54091e4620c199d3dfadde80b82958bb3] from [#362] for
16+
using float_cmp for testing floats
17+
- Backport of [#379] adding `Clone` trait derive to builder states
18+
19+
[d54986c54091e4620c199d3dfadde80b82958bb3]: https://github.com/mehcode/config-rs/commit/d54986c54091e4620c199d3dfadde80b82958bb3
20+
[#362]: https://github.com/mehcode/config-rs/pull/362
21+
[#379]: https://github.com/mehcode/config-rs/pull/379
22+
923
## 0.13.2 - 2022-08-02
1024

1125
- Backport of [#316] to be testing with temp_env. The backport was necessary to

0 commit comments

Comments
 (0)