Skip to content

Commit cc77ad1

Browse files
committed
Release postgres v0.18.0
1 parent 12e2f03 commit cc77ad1

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

postgres-native-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tokio-postgres = { version = "0.6.0", path = "../tokio-postgres", default-featur
2424

2525
[dev-dependencies]
2626
tokio = { version = "0.3", features = ["full"] }
27-
postgres = { version = "0.17.0", path = "../postgres" }
27+
postgres = { version = "0.18.0", path = "../postgres" }

postgres-openssl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tokio-postgres = { version = "0.6.0", path = "../tokio-postgres", default-featur
2424

2525
[dev-dependencies]
2626
tokio = { version = "0.3", features = ["full"] }
27-
postgres = { version = "0.17.0", path = "../postgres" }
27+
postgres = { version = "0.18.0", path = "../postgres" }

postgres/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## v0.18.0 - 2020-10-17
4+
5+
### Changed
6+
7+
* Upgraded to `tokio-postgres` 0.6.
8+
9+
### Added
10+
11+
* Added `Config::notice_callback`, which can be used to provide a custom callback for notices.
12+
13+
### Fixed
14+
15+
* Fixed client shutdown to explicitly terminate the database session.
16+
317
## v0.17.5 - 2020-07-19
418

519
### Fixed

postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres"
3-
version = "0.17.5"
3+
version = "0.18.0"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)