Skip to content

Commit 57164c7

Browse files
committed
Release tokio-postgres v0.7.1
1 parent 3252456 commit 57164c7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

tokio-postgres/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Change Log
22

3-
## Unreleased
3+
## v0.7.1 - 2020-04-03
44

55
### Added
66

77
* Added support for `geo-types` 0.7 via `with-geo-types-0_7` feature.
8+
* Added `Client::clear_type_cache`.
9+
* Added `Error::as_db_error` and `Error::is_closed`.
810

911
## v0.7.0 - 2020-12-25
1012

tokio-postgres/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-postgres"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"
@@ -47,8 +47,8 @@ parking_lot = "0.11"
4747
percent-encoding = "2.0"
4848
pin-project-lite = "0.2"
4949
phf = "0.8"
50-
postgres-protocol = { version = "0.6.0", path = "../postgres-protocol" }
51-
postgres-types = { version = "0.2.0", path = "../postgres-types" }
50+
postgres-protocol = { version = "0.6.1", path = "../postgres-protocol" }
51+
postgres-types = { version = "0.2.1", path = "../postgres-types" }
5252
socket2 = "0.4"
5353
tokio = { version = "1.0", features = ["io-util"] }
5454
tokio-util = { version = "0.6", features = ["codec"] }

0 commit comments

Comments
 (0)