Release tokio-postgres v0.7.5
This commit is contained in:
parent
8bb5712406
commit
84fa5fa1d0
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user