From 0adcf58555fa1a5f42bdab512ea462ca993cad62 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 19 Oct 2021 19:58:49 -0400 Subject: [PATCH] Release tokio-postgres v0.7.4 --- 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 9e70c0045..34b4fc1d9 100644 --- a/tokio-postgres/CHANGELOG.md +++ b/tokio-postgres/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## v0.7.4 - 2021-10-19 + +### Fixed + +* Fixed reporting of commit-time errors triggered by deferred constraints. + ## v0.7.3 - 2021-09-29 ### Fixed diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index 65f65d641..17286dc21 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-postgres" -version = "0.7.3" +version = "0.7.4" authors = ["Steven Fackler "] edition = "2018" license = "MIT/Apache-2.0"