Skip to content

Commit a383879

Browse files
Merge pull request #500 from matthiasbeyer/release-0.13/changelog
Release 0.13.4 changelog
2 parents db754f5 + 750c8d3 commit a383879

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "config"
3-
version = "0.13.3"
3+
version = "0.13.4"
44
description = "Layered configuration system for Rust applications."
55
homepage = "https://github.com/mehcode/config-rs"
66
repository = "https://github.com/mehcode/config-rs"

0 commit comments

Comments
 (0)