File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ Unreleased
22==========
33
44
5+ 0.6.0 (2020-03-09)
6+ ==================
7+
8+ - Move date-based file logger under its own feature (thanks [ @dekellum ] !)
9+
10+
5110.5.9 (2019-10-23)
612==================
713
@@ -400,3 +406,4 @@ First release, version 0.1.0.
400406[ @itkovian ] : https://github.com/itkovian
401407[ @tymcauley ] : https://github.com/tymcauley
402408[ @Songtronix ] : https://github.com/Songtronix
409+ [ @dekellum ] : https://github.com/dekellum
Original file line number Diff line number Diff line change 11[package ]
22name = " fern"
33# Remember to update html_root_url in src/lib.rs with each version.
4- version = " 0.5.9 "
4+ version = " 0.6.0 "
55authors = [" David Ross <daboross@daboross.net>" ]
66description = " Simple, efficient logging"
77edition = " 2018"
Original file line number Diff line number Diff line change 11#![ deny( missing_docs) ]
2- #![ doc( html_root_url = "https://docs.rs/fern/0.5.9 " ) ]
2+ #![ doc( html_root_url = "https://docs.rs/fern/0.6.0 " ) ]
33//! Efficient, configurable logging in Rust.
44//!
55//! # Depending on fern
You can’t perform that action at this time.
0 commit comments