Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jan 29, 2020
1 parent 693b5e7 commit fa4e285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pretty_env_logger"
version = "0.3.1" # don't forget to update html_root_url
version = "0.4.0" # don't forget to update html_root_url
description = "a visually pretty env_logger"
repository = "https://github.com/seanmonstar/pretty-env-logger"
authors = ["Sean McArthur <sean@seanmonstar>"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![cfg_attr(test, deny(warnings))]
#![deny(missing_docs)]
#![doc(html_root_url = "https://docs.rs/pretty_env_logger/0.3.1")]
#![doc(html_root_url = "https://docs.rs/pretty_env_logger/0.4.0")]

//! A logger configured via an environment variable which writes to standard
//! error with nice colored output for log levels.
Expand Down

0 comments on commit fa4e285

Please sign in to comment.