Skip to content

Commit ad5b635

Browse files
committed
Add changelog entry for 0.13.4
Signed-off-by: Matthias Beyer <[email protected]>
1 parent db754f5 commit ad5b635

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

77
## Unreleased
88

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+
929
## 0.13.3 - 2022-12-04
1030

1131
Please note that we had to update the MSRV for this crate from 1.56.0 to 1.59.0

0 commit comments

Comments
 (0)