File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
20
## 0.10.1 - 2019-12-07
8
21
- Allow enums as configuration keys [ #119 ]
9
22
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " config"
3
- version = " 0.10.1 "
3
+ version = " 0.11.0 "
4
4
description = " Layered configuration system for Rust applications."
5
5
homepage = " https://github.com/mehcode/config-rs"
6
6
repository = " https://github.com/mehcode/config-rs"
You can’t perform that action at this time.
0 commit comments