Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Apr 26, 2017
1 parent 6dd0df7 commit f3c2078
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-routing-appender"
version = "0.2.0"
version = "0.3.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://docs.rs/log4rs-routing-appender/0.2.0/log4rs_routing_appender"
documentation = "https://docs.rs/log4rs-routing-appender/0.3.0/log4rs_routing_appender"
readme = "README.md"

[features]
Expand Down
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://docs.rs/log4rs-routing-appender/0.2.0")]
#![doc(html_root_url="https://docs.rs/log4rs-routing-appender/0.3.0")]
#![warn(missing_docs)]
extern crate antidote;
extern crate linked_hash_map;
Expand Down

0 comments on commit f3c2078

Please sign in to comment.