Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 10, 2017
1 parent 65896f4 commit 78d274c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "log4rs"
version = "0.5.2"
version = "0.6.0"
authors = ["Steven Fackler <[email protected]>"]
description = "A highly configurable multi-output logging implementation for the `log` facade"
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/log4rs"
documentation = "https://sfackler.github.io/log4rs/doc/v0.5.2/log4rs"
documentation = "https://sfackler.github.io/log4rs/doc/v0.6.0/log4rs"
readme = "README.md"
keywords = ["logger", "log", "logging"]

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
//! # }
//! # fn main() {}
//! ```
#![doc(html_root_url="https://sfackler.github.io/log4rs/doc/v0.5.2")]
#![doc(html_root_url="https://sfackler.github.io/log4rs/doc/v0.6.0")]
#![warn(missing_docs)]

#[cfg(feature = "antidote")]
Expand Down

0 comments on commit 78d274c

Please sign in to comment.