Skip to content

Commit 9f196e7

Browse files
committed
Release postgres v0.19.8
1 parent 9226618 commit 9f196e7

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-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.7.11", path = "../tokio-postgres", default-featu
2424
[dev-dependencies]
2525
futures-util = "0.3"
2626
tokio = { version = "1.0", features = ["macros", "net", "rt"] }
27-
postgres = { version = "0.19.0", path = "../postgres" }
27+
postgres = { version = "0.19.8", 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.7.11", path = "../tokio-postgres", default-featu
2424
[dev-dependencies]
2525
futures-util = "0.3"
2626
tokio = { version = "1.0", features = ["macros", "net", "rt"] }
27-
postgres = { version = "0.19.0", path = "../postgres" }
27+
postgres = { version = "0.19.8", path = "../postgres" }

postgres/CHANGELOG.md

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

3+
## v0.19.8 - 2024-07-21
4+
5+
### Added
6+
7+
* Added `{Client, Transaction, GenericClient}::query_typed`.
8+
39
## v0.19.7 - 2023-08-25
410

511
## 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.19.7"
3+
version = "0.19.8"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)