Skip to content

Commit 6cc1a2d

Browse files
committed
Update version: 0.10.1 -> 0.11.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 parent 2615439 commit 6cc1a2d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 0.11.0 - 2021-03-17
8+
- The `Config` type got a builder-pattern `with_merged()` method [#166].
9+
- A `Config::set_once()` function was added, to set an value that can be
10+
overwritten by `Config::merge`ing another configuration [#172]
11+
- serde_hjson is, if enabled, pulled in without default features.
12+
This is due to a bug in serde_hjson, see [#169] for more information.
13+
- Testing is done on github actions [#175]
14+
15+
[#166]: https://github.com/mehcode/config-rs/pull/166
16+
[#172]: https://github.com/mehcode/config-rs/pull/172
17+
[#169]: https://github.com/mehcode/config-rs/pull/169
18+
[#175]: https://github.com/mehcode/config-rs/pull/169
19+
720
## 0.10.1 - 2019-12-07
821
- Allow enums as configuration keys [#119]
922

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.10.1"
3+
version = "0.11.0"
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)