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.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and 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
Original file line number Diff line number Diff line change 11[package ]
22name = " config"
3- version = " 0.10.1 "
3+ version = " 0.11.0 "
44description = " Layered configuration system for Rust applications."
55homepage = " https://github.com/mehcode/config-rs"
66repository = " https://github.com/mehcode/config-rs"
You can’t perform that action at this time.
0 commit comments