Skip to content

Commit 6ae17e0

Browse files
committed
Release postgres v0.19.9
1 parent 8d08adb commit 6ae17e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

postgres/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## v0.19.9 - 2024-09-15
6+
57
### Added
68

79
* Added support for `jiff` 0.1 via the `with-jiff-01` feature.

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.19.8"
3+
version = "0.19.9"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -41,7 +41,7 @@ bytes = "1.0"
4141
fallible-iterator = "0.2"
4242
futures-util = { version = "0.3.14", features = ["sink"] }
4343
log = "0.4"
44-
tokio-postgres = { version = "0.7.11", path = "../tokio-postgres" }
44+
tokio-postgres = { version = "0.7.12", path = "../tokio-postgres" }
4545
tokio = { version = "1.0", features = ["rt", "time"] }
4646

4747
[dev-dependencies]

0 commit comments

Comments
 (0)