Skip to content

Commit 27b36f5

Browse files
committed
Release postgres v0.17.3
1 parent 170c5a5 commit 27b36f5

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

postgres/CHANGELOG.md

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

3+
## v0.17.4 - 2020-07-03
4+
5+
### Added
6+
7+
* Added support for `geo-types` 0.6.
8+
39
## v0.17.3 - 2020-05-01
410

511
### Fixed
612

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

915
### Added
1016

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.17.3"
3+
version = "0.17.4"
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 = "0.5"
3535
fallible-iterator = "0.2"
3636
futures = "0.3"
37-
tokio-postgres = { version = "0.5.4", path = "../tokio-postgres" }
37+
tokio-postgres = { version = "0.5.5", path = "../tokio-postgres" }
3838

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

0 commit comments

Comments
 (0)