File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## Unreleased
8
8
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
+
9
23
## 0.13.2 - 2022-08-02
10
24
11
25
- Backport of [ #316 ] to be testing with temp_env. The backport was necessary to
You can’t perform that action at this time.
0 commit comments