Skip to content

Commit

Permalink
Release postgres v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Oct 17, 2020
1 parent 12e2f03 commit cc77ad1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion postgres-native-tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ tokio-postgres = { version = "0.6.0", path = "../tokio-postgres", default-featur

[dev-dependencies]
tokio = { version = "0.3", features = ["full"] }
postgres = { version = "0.17.0", path = "../postgres" }
postgres = { version = "0.18.0", path = "../postgres" }
2 changes: 1 addition & 1 deletion postgres-openssl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ tokio-postgres = { version = "0.6.0", path = "../tokio-postgres", default-featur

[dev-dependencies]
tokio = { version = "0.3", features = ["full"] }
postgres = { version = "0.17.0", path = "../postgres" }
postgres = { version = "0.18.0", path = "../postgres" }
14 changes: 14 additions & 0 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## v0.18.0 - 2020-10-17

### Changed

* Upgraded to `tokio-postgres` 0.6.

### Added

* Added `Config::notice_callback`, which can be used to provide a custom callback for notices.

### Fixed

* Fixed client shutdown to explicitly terminate the database session.

## v0.17.5 - 2020-07-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postgres"
version = "0.17.5"
version = "0.18.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit cc77ad1

Please sign in to comment.