Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 26, 2017
1 parent c23b718 commit f7f888b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[package]
name = "log4rs"
version = "0.7.0"
version = "0.8.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://docs.rs/log4rs/0.7.0"
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://docs.rs/log4rs/0.7.0")]
#![doc(html_root_url = "https://docs.rs/log4rs/0.8.0")]
#![warn(missing_docs)]

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

0 comments on commit f7f888b

Please sign in to comment.