Skip to content

Commit 2ab49f6

Browse files
committed
Release postgres v0.19.1
1 parent 57164c7 commit 2ab49f6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

postgres/CHANGELOG.md

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

3-
## Unreleased
3+
## v0.19.1 - 2021-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`.
89

910
## v0.19.0 - 2020-12-25
1011

postgres/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"
@@ -34,7 +34,7 @@ with-time-0_2 = ["tokio-postgres/with-time-0_2"]
3434
bytes = "1.0"
3535
fallible-iterator = "0.2"
3636
futures = "0.3"
37-
tokio-postgres = { version = "0.7.0", path = "../tokio-postgres" }
37+
tokio-postgres = { version = "0.7.1", path = "../tokio-postgres" }
3838

3939
tokio = { version = "1.0", features = ["rt", "time"] }
4040
log = "0.4"

0 commit comments

Comments
 (0)