Skip to content

Commit f6620e6

Browse files
committed
Release postgres v0.17.5
1 parent a4a68d5 commit f6620e6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

postgres/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v0.17.5 - 2020-07-19
4+
5+
### Fixed
6+
7+
* Fixed transactions to roll back immediately on drop.
8+
39
## v0.17.4 - 2020-07-03
410

511
### Added

postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres"
3-
version = "0.17.4"
3+
version = "0.17.5"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)