File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## Unreleased
8
8
9
+ ## 0.13.4 - 2023-11-22
10
+
11
+ - Relaxed the MSRV to 1.56.0 for this release. Please have a look at
12
+ [ #495 ] for details
13
+ - Backport of the following patches from PR [ #465 ] :
14
+ - [ aa63d2dbbcc13fbdfa846185d54d87d7822e2509]
15
+ - [ 831102fe0ffd5c7fe475efe5f379c710d201f165]
16
+ - [ 147e6c7275b65b6a74eaec9c05b317673e61084e]
17
+ - [ ed6a3c9882fbc43eae9313ab1801610e49af863f]
18
+ to fix nested arrays (see
19
+ [ the related bug report] ( https://github.com/mehcode/config-rs/issues/464 )
20
+ for details).
21
+
22
+ [ #495 ] : https://github.com/mehcode/config-rs/pull/495
23
+ [ #465 ] : https://github.com/mehcode/config-rs/pull/465
24
+ [ aa63d2dbbcc13fbdfa846185d54d87d7822e2509 ] : https://github.com/mehcode/config-rs/commit/aa63d2dbbcc13fbdfa846185d54d87d7822e2509
25
+ [ 831102fe0ffd5c7fe475efe5f379c710d201f165 ] : https://github.com/mehcode/config-rs/commit/831102fe0ffd5c7fe475efe5f379c710d201f165
26
+ [ 147e6c7275b65b6a74eaec9c05b317673e61084e ] : https://github.com/mehcode/config-rs/commit/147e6c7275b65b6a74eaec9c05b317673e61084e
27
+ [ ed6a3c9882fbc43eae9313ab1801610e49af863f ] : https://github.com/mehcode/config-rs/commit/ed6a3c9882fbc43eae9313ab1801610e49af863f
28
+
9
29
## 0.13.3 - 2022-12-04
10
30
11
31
Please note that we had to update the MSRV for this crate from 1.56.0 to 1.59.0
You can’t perform that action at this time.
0 commit comments