Skip to content

Commit

Permalink
Release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Apr 3, 2019
1 parent b3cdb42 commit aef18d0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

## [0.8.3] - 2019-04-02

## Fixed

* Fixed Cargo.toml badge.

## [0.8.2] - 2019-04-02

## Changed

* Switched from crossbeam's `ArcCell` to arc-swap's `ArcSwap` internally.
* Upgraded toml to 0.5.

## [0.8.1] - 2018-10-17

## New
Expand All @@ -27,7 +40,9 @@

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

[Unreleased]: https://github.com/sfackler/log4rs/compare/v0.8.1...HEAD
[Unreleased]: https://github.com/sfackler/log4rs/compare/v0.8.3...HEAD
[0.8.3]: https://github.com/sfackler/log4rs/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/sfackler/log4rs/compare/v0.8.1...v0.8.2
[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
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "log4rs"
version = "0.8.2"
version = "0.8.3"
authors = ["Steven Fackler <[email protected]>"]
description = "A highly configurable multi-output logging implementation for the `log` facade"
license = "MIT/Apache-2.0"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
keywords = ["logger", "log", "logging"]

[badges]
maintenance = { status = "looking-for-a-maintainer" }
maintenance = { status = "looking-for-maintainer" }

[features]
default = ["all_components", "gzip", "file", "yaml_format"]
Expand Down

0 comments on commit aef18d0

Please sign in to comment.