From 2093f3e1ee4e85e5237ef117d1abe79663dbcc17 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 25 Dec 2019 08:19:04 -0800 Subject: [PATCH] Release tokio-postgres v0.5.1 --- tokio-postgres/CHANGELOG.md | 6 ++++++ tokio-postgres/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/tokio-postgres/CHANGELOG.md b/tokio-postgres/CHANGELOG.md index a261b7d1..95bf19bc 100644 --- a/tokio-postgres/CHANGELOG.md +++ b/tokio-postgres/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## v0.5.1 - 2019-12-25 + +### Fixed + +* Removed some stray `println!`s from `copy_out` internals. + ## v0.5.0 - 2019-12-23 ### Changed diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index 5e10aee5..ec43f1aa 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-postgres" -version = "0.5.0" +version = "0.5.1" authors = ["Steven Fackler "] edition = "2018" license = "MIT/Apache-2.0"