summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-10-23 19:33:24 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-11-22 07:44:43 +0100
commit8bab2ac4280a616fdb8ce71b143caf158a1f2b3b (patch)
treea87829b9835cc851a37d465d3e4fa631ca3d50fc
parentdb754f5274d723422f9ff86adba898ff0d2d6517 (diff)
Add changelog entry for 0.13.4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 917ec00..eb8c5eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
+## 0.13.4 - 2023-11-22
+
+- Relaxed the MSRV to 1.56.0 for this release. Please have a look at
+ [#495] for details
+- Backport of the following patches from PR [#465]:
+ - [aa63d2dbbcc13fbdfa846185d54d87d7822e2509]
+ - [831102fe0ffd5c7fe475efe5f379c710d201f165]
+ - [147e6c7275b65b6a74eaec9c05b317673e61084e]
+ - [ed6a3c9882fbc43eae9313ab1801610e49af863f]
+ to fix nested arrays (see
+ [the related bug report](https://github.com/mehcode/config-rs/issues/464)
+ for details).
+
+[#495]: https://github.com/mehcode/config-rs/pull/495
+[#465]: https://github.com/mehcode/config-rs/pull/465
+[aa63d2dbbcc13fbdfa846185d54d87d7822e2509]: https://github.com/mehcode/config-rs/commit/aa63d2dbbcc13fbdfa846185d54d87d7822e2509
+[831102fe0ffd5c7fe475efe5f379c710d201f165]: https://github.com/mehcode/config-rs/commit/831102fe0ffd5c7fe475efe5f379c710d201f165
+[147e6c7275b65b6a74eaec9c05b317673e61084e]: https://github.com/mehcode/config-rs/commit/147e6c7275b65b6a74eaec9c05b317673e61084e
+[ed6a3c9882fbc43eae9313ab1801610e49af863f]: https://github.com/mehcode/config-rs/commit/ed6a3c9882fbc43eae9313ab1801610e49af863f
+
## 0.13.3 - 2022-12-04
Please note that we had to update the MSRV for this crate from 1.56.0 to 1.59.0