We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e0dbf commit ff36ce9Copy full SHA for ff36ce9
2 files changed
postgres/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
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
10
## v0.17.1 - 2020-01-31
11
12
### Added
postgres/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "postgres"
-version = "0.17.1"
+version = "0.17.2"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
@@ -33,7 +33,7 @@ with-time-0_2 = ["tokio-postgres/with-time-0_2"]
33
bytes = "0.5"
34
fallible-iterator = "0.2"
35
futures = "0.3"
36
-tokio-postgres = { version = "0.5.2", path = "../tokio-postgres" }
+tokio-postgres = { version = "0.5.3", path = "../tokio-postgres" }
37
38
tokio = { version = "0.2", features = ["rt-core"] }
39
log = "0.4"
0 commit comments