Skip to content

Commit

Permalink
Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 26, 2016
1 parent 07b1016 commit 51042f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1"
version = "0.5.2"
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.1/log4rs"
documentation = "https://sfackler.github.io/log4rs/doc/v0.5.2/log4rs"
readme = "README.md"

[features]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ and log4j libraries.

[![Build Status](https://travis-ci.org/sfackler/log4rs.svg?branch=master)](https://travis-ci.org/sfackler/log4rs)

[Documentation](https://sfackler.github.io/log4rs/doc/v0.5.1/log4rs)
[Documentation](https://sfackler.github.io/log4rs/doc/v0.5.2/log4rs)

log4rs.yaml:
```yaml
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.1")]
#![doc(html_root_url="https://sfackler.github.io/log4rs/doc/v0.5.2")]
#![warn(missing_docs)]

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

0 comments on commit 51042f6

Please sign in to comment.