Release tokio-postgres v0.7.5

This commit is contained in:
Steven Fackler 2021-10-29 21:33:07 -04:00
parent 8bb5712406
commit 84fa5fa1d0
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Change Log
## v0.7.5 - 2021-10-29
### Fixed
* Fixed a bug where the client could enter into a transaction if the `Client::transaction` future was dropped before completion.
## v0.7.4 - 2021-10-19
### Fixed

View File

@ -1,6 +1,6 @@
[package]
name = "tokio-postgres"
version = "0.7.4"
version = "0.7.5"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"