Skip to content

Commit 72e0dbf

Browse files
committed
Release tokio-postgres v0.5.3
1 parent d8470a7 commit 72e0dbf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

tokio-postgres/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## v0.5.3 - 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.5.2 - 2020-01-31
411

512
### Fixed

tokio-postgres/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-postgres"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"
@@ -47,7 +47,7 @@ percent-encoding = "2.0"
4747
pin-project-lite = "0.1"
4848
phf = "0.8"
4949
postgres-protocol = { version = "0.5.0", path = "../postgres-protocol" }
50-
postgres-types = { version = "0.1.0", path = "../postgres-types" }
50+
postgres-types = { version = "0.1.1", path = "../postgres-types" }
5151
tokio = { version = "0.2", features = ["io-util"] }
5252
tokio-util = { version = "0.3", features = ["codec"] }
5353

0 commit comments

Comments
 (0)