We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb5712 commit 84fa5faCopy full SHA for 84fa5fa
tokio-postgres/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.7.5 - 2021-10-29
4
+
5
+### Fixed
6
7
+* Fixed a bug where the client could enter into a transaction if the `Client::transaction` future was dropped before completion.
8
9
## v0.7.4 - 2021-10-19
10
11
### Fixed
tokio-postgres/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tokio-postgres"
-version = "0.7.4"
+version = "0.7.5"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
0 commit comments