Skip to content

Commit 1185ad1

Browse files
committed
Release version 0.6.0
1 parent 5361bf4 commit 1185ad1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
511
0.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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "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"
55
authors = ["David Ross <daboross@daboross.net>"]
66
description = "Simple, efficient logging"
77
edition = "2018"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)