Skip to content

Commit

Permalink
Release postgres v0.19.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Sep 16, 2024
1 parent 8d08adb commit 6ae17e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v0.19.9 - 2024-09-15

### Added

* Added support for `jiff` 0.1 via the `with-jiff-01` feature.
Expand Down
4 changes: 2 additions & 2 deletions postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "postgres"
version = "0.19.8"
version = "0.19.9"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -41,7 +41,7 @@ bytes = "1.0"
fallible-iterator = "0.2"
futures-util = { version = "0.3.14", features = ["sink"] }
log = "0.4"
tokio-postgres = { version = "0.7.11", path = "../tokio-postgres" }
tokio-postgres = { version = "0.7.12", path = "../tokio-postgres" }
tokio = { version = "1.0", features = ["rt", "time"] }

[dev-dependencies]
Expand Down

0 comments on commit 6ae17e0

Please sign in to comment.