Skip to content

Commit

Permalink
Release deadpool-postgres 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Jan 24, 2023
1 parent 3f0d262 commit d80842e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log

## v0.10.4
## v0.10.5

- Fix infinite recursion in `GenericClient`

## v0.10.4 (yanked)

- Add `GenericClient`

Expand Down
2 changes: 1 addition & 1 deletion postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deadpool-postgres"
version = "0.10.4"
version = "0.10.5"
edition = "2018"
resolver = "2"
authors = ["Michael P. Jung <michael.jung@terreon.de>"]
Expand Down

0 comments on commit d80842e

Please sign in to comment.