Skip to content

Commit

Permalink
Release v0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 26, 2019
1 parent 6231d02 commit eaa1c52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.8.7] - 2019-11-25

## Changed

* Upgraded `parking_lot`.

## [0.8.6] - 2019-10-19

## Added
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 = "r2d2"
version = "0.8.6"
version = "0.8.7"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A generic connection pool"
Expand Down

0 comments on commit eaa1c52

Please sign in to comment.