Skip to content

Commit e85ac14

Browse files
committed
Bump version, deps, changelog
1 parent af25425 commit e85ac14

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77

8+
## 2.0.0 - 2017-12-14
9+
### Changed
10+
11+
* Updated dependencies
12+
813
## 2.0.0 - 2017-04-02
914

1015
* Update dependencies

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "slog-envlogger"
4-
version = "2.0.0"
4+
version = "2.1.0"
55
authors = ["The Rust Project Developers", "Dawid Ciężarkiewicz <dpc@dpc.pw>"]
66
license = "MIT/Apache-2.0"
77
readme = "README.md"
@@ -19,8 +19,9 @@ path = "src/lib.rs"
1919
slog = "2"
2020
regex = { version = "0.2", optional = true }
2121
slog-term = "2"
22-
slog-stdlog = "2"
23-
slog-scope = "3"
22+
slog-stdlog = "3"
23+
slog-scope = "4"
24+
slog-async = "2"
2425
log = "0.3.6"
2526

2627
[dev-dependencies]

0 commit comments

Comments
 (0)