Skip to content

Commit

Permalink
Release 1.1.1 (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
estk authored Apr 22, 2022
1 parent 9c3318e commit d669a81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Change Log

## [1.1.1]

## New

## Changed
* Removed palaver
* Update `parking_lot` to `0.11`.
* Update minimum supported rust to 1.49 for `parking_lot`

## Fixed
* #253

## [1.1.0]

### New
Expand All @@ -10,8 +23,6 @@
### Changed
* Update `arc_swap` to `1.2`.
* Update `thread_id` to `4`.
* Update `parking_lot` to `0.11`.
* Update minimum supported rust to 1.49 for `parking_lot`
* Update docs for `FixedWindow::build`
* Drop `Regex` dependency

Expand Down
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 = "1.1.0"
version = "1.1.1"
authors = ["Steven Fackler <[email protected]>", "Evan Simmons <[email protected]>"]
description = "A highly configurable multi-output logging implementation for the `log` facade"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit d669a81

Please sign in to comment.