Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Oct 17, 2018
1 parent 6b05208 commit bd903c1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

## [Unreleased]

## [0.8.1] - 2018-10-17

## New

* Support thread IDs in both JSON and pattern encoders.

## Changed

* Upgraded to serde_yaml 0.8.

## [0.8.0] - 2017-12-25

## New
Expand All @@ -21,6 +27,7 @@

Look at the [release tags] for information about older releases.

[Unreleased]: https://github.com/sfackler/log4rs/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/sfackler/log4rs/compare/v0.8.1...HEAD
[0.8.1]: https://github.com/sfackler/log4rs/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/sfackler/log4rs/compare/v0.7.0...v0.8.0
[release tags]: https://github.com/sfackler/log4rs/releases
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "log4rs"
version = "0.8.0"
version = "0.8.1"
authors = ["Steven Fackler <[email protected]>"]
description = "A highly configurable multi-output logging implementation for the `log` facade"
license = "MIT/Apache-2.0"
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.8.0")]
#![doc(html_root_url = "https://docs.rs/log4rs/0.8")]
#![warn(missing_docs)]

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

0 comments on commit bd903c1

Please sign in to comment.