Skip to content

Commit

Permalink
Release postgres v0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jul 3, 2020
1 parent 170c5a5 commit 27b36f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Change Log

## v0.17.4 - 2020-07-03

### Added

* Added support for `geo-types` 0.6.

## v0.17.3 - 2020-05-01

### Fixed

* Errors sent by the server will now be returned from `Client` methods rather than just being logs.
* Errors sent by the server will now be returned from `Client` methods rather than just being logged.

### Added

Expand Down
4 changes: 2 additions & 2 deletions postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postgres"
version = "0.17.3"
version = "0.17.4"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down Expand Up @@ -34,7 +34,7 @@ with-time-0_2 = ["tokio-postgres/with-time-0_2"]
bytes = "0.5"
fallible-iterator = "0.2"
futures = "0.3"
tokio-postgres = { version = "0.5.4", path = "../tokio-postgres" }
tokio-postgres = { version = "0.5.5", path = "../tokio-postgres" }

tokio = { version = "0.2", features = ["rt-core", "time"] }
log = "0.4"
Expand Down

0 comments on commit 27b36f5

Please sign in to comment.