Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 14, 2017
1 parent 260794b commit 6bce3c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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-routing-appender"
version = "0.1.0"
version = "0.2.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "A routing appender for log4rs"
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/log4rs-routing-appender"
documentation = "https://sfackler.github.io/log4rs-routing-appender/doc/v0.1.0/log4rs_routing_appender"
documentation = "https://sfackler.github.io/log4rs-routing-appender/doc/v0.2.0/log4rs_routing_appender"
readme = "README.md"

[features]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

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

[Documentation](https://sfackler.github.io/log4rs-routing-appender/doc/v0.1.0/log4rs_routing_appender)
[Documentation](https://docs.rs/log4rs-routing-appender)

A routing appender for log4rs
A routing appender for log4rs.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
//! info!("Starting job");
//! # }
//! ```
#![doc(html_root_url="https://sfackler.github.io/log4rs-routing-appender/doc/v0.1.0")]
#![doc(html_root_url="https://sfackler.github.io/log4rs-routing-appender/doc/v0.2.0")]
#![warn(missing_docs)]
extern crate antidote;
extern crate linked_hash_map;
Expand Down

0 comments on commit 6bce3c0

Please sign in to comment.