Skip to content

Commit

Permalink
Release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daboross committed Mar 9, 2020
1 parent 5361bf4 commit 1185ad1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Unreleased
==========


0.6.0 (2020-03-09)
==================

- Move date-based file logger under its own feature (thanks [@dekellum]!)


0.5.9 (2019-10-23)
==================

Expand Down Expand Up @@ -400,3 +406,4 @@ First release, version 0.1.0.
[@itkovian]: https://github.com/itkovian
[@tymcauley]: https://github.com/tymcauley
[@Songtronix]: https://github.com/Songtronix
[@dekellum]: https://github.com/dekellum
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fern"
# Remember to update html_root_url in src/lib.rs with each version.
version = "0.5.9"
version = "0.6.0"
authors = ["David Ross <daboross@daboross.net>"]
description = "Simple, efficient logging"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![deny(missing_docs)]
#![doc(html_root_url = "https://docs.rs/fern/0.5.9")]
#![doc(html_root_url = "https://docs.rs/fern/0.6.0")]
//! Efficient, configurable logging in Rust.
//!
//! # Depending on fern
Expand Down

0 comments on commit 1185ad1

Please sign in to comment.