We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a68d5 commit f6620e6Copy full SHA for f6620e6
postgres/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.17.5 - 2020-07-19
4
+
5
+### Fixed
6
7
+* Fixed transactions to roll back immediately on drop.
8
9
## v0.17.4 - 2020-07-03
10
11
### Added
postgres/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "postgres"
-version = "0.17.4"
+version = "0.17.5"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
0 commit comments