Release postgres v0.19.1

This commit is contained in:
Steven Fackler
2021-04-03 17:14:25 -04:00
parent 57164c7e59
commit 2ab49f6c56
2 changed files with 4 additions and 3 deletions

View File

@@ -1,10 +1,11 @@
# Change Log
## Unreleased
## v0.19.1 - 2021-04-03
### Added
* Added support for `geo-types` 0.7 via `with-geo-types-0_7` feature.
* Added `Client::clear_type_cache`.
## v0.19.0 - 2020-12-25

View File

@@ -1,6 +1,6 @@
[package]
name = "postgres"
version = "0.19.0"
version = "0.19.1"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
@@ -34,7 +34,7 @@ with-time-0_2 = ["tokio-postgres/with-time-0_2"]
bytes = "1.0"
fallible-iterator = "0.2"
futures = "0.3"
tokio-postgres = { version = "0.7.0", path = "../tokio-postgres" }
tokio-postgres = { version = "0.7.1", path = "../tokio-postgres" }
tokio = { version = "1.0", features = ["rt", "time"] }
log = "0.4"