Skip to content

Commit

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

## [Unreleased]

## [0.8.4] - 2019-04-01

### Added

* Added a `HandleEvent` trait used to listen for various events from the pool for monitoring
purposes.

### Changed

* Switched from standard library synchronization primitives to `parking_lot`.

## [0.8.3] - 2018-11-03

### Fixed
Expand Down Expand Up @@ -85,7 +96,8 @@

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

[Unreleased]: https://github.com/sfackler/r2d2/compare/v0.8.3...HEAD
[Unreleased]: https://github.com/sfackler/r2d2/compare/v0.8.4...HEAD
[0.8.4]: https://github.com/sfackler/r2d2/compare/v0.8.3...v0.8.4
[0.8.3]: https://github.com/sfackler/r2d2/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/sfackler/r2d2/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/sfackler/r2d2/compare/v0.8.0...v0.8.1
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.3"
version = "0.8.4"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A generic connection pool"
Expand Down

0 comments on commit 0ab098f

Please sign in to comment.