From 36916bec38968639d3fee6c14123fe44f3a86fcf Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 25 Apr 2021 10:52:25 -0400 Subject: [PATCH] Release v0.7.2 --- tokio-postgres/CHANGELOG.md | 8 +++++++- tokio-postgres/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tokio-postgres/CHANGELOG.md b/tokio-postgres/CHANGELOG.md index 7cc6c707..3a7aa2ae 100644 --- a/tokio-postgres/CHANGELOG.md +++ b/tokio-postgres/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log -## v0.7.1 - 2020-04-03 +## v0.7.2 - 2021-04-25 + +### Fixed + +* `SqlState` constants can now be used in `match` patterns. + +## v0.7.1 - 2021-04-03 ### Added diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index b1d093d4..780c3196 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-postgres" -version = "0.7.1" +version = "0.7.2" authors = ["Steven Fackler "] edition = "2018" license = "MIT/Apache-2.0"