Skip to content

Commit ff36ce9

Browse files
committed
Release postgres v0.17.2
1 parent 72e0dbf commit ff36ce9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

postgres/CHANGELOG.md

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

3+
## v0.17.2 - 2020-03-05
4+
5+
### Added
6+
7+
* Added `Debug` implementations for `Client`, `Row`, and `Column`.
8+
* Added `time` 0.2 support.
9+
310
## v0.17.1 - 2020-01-31
411

512
### Added

postgres/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres"
3-
version = "0.17.1"
3+
version = "0.17.2"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"
@@ -33,7 +33,7 @@ with-time-0_2 = ["tokio-postgres/with-time-0_2"]
3333
bytes = "0.5"
3434
fallible-iterator = "0.2"
3535
futures = "0.3"
36-
tokio-postgres = { version = "0.5.2", path = "../tokio-postgres" }
36+
tokio-postgres = { version = "0.5.3", path = "../tokio-postgres" }
3737

3838
tokio = { version = "0.2", features = ["rt-core"] }
3939
log = "0.4"

0 commit comments

Comments
 (0)