Skip to content

Commit

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

## [Unreleased]

## [0.8.6] - 2019-10-19

## Added

* Added the ability to associate arbitrary data with pooled connections.

## [0.8.5] - 2019-06-06

## Changed

* Upgraded `parking_lot`.

## [0.8.4] - 2019-04-01

### Added
Expand Down Expand Up @@ -96,7 +108,9 @@

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

[Unreleased]: https://github.com/sfackler/r2d2/compare/v0.8.4...HEAD
[Unreleased]: https://github.com/sfackler/r2d2/compare/v0.8.6...HEAD
[0.8.6]: https://github.com/sfackler/r2d2/compare/v0.8.5...v0.8.6
[0.8.5]: https://github.com/sfackler/r2d2/compare/v0.8.4...v0.8.5
[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
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.5"
version = "0.8.6"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT/Apache-2.0"
description = "A generic connection pool"
Expand Down

0 comments on commit 362fa94

Please sign in to comment.