Skip to content

Commit

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

## Unreleased

## v0.7.12 - 2024-09-15

### Fixed

* Fixed `query_typed` queries that return no rows.

### Added

* Added support for `jiff` 0.1 via the `with-jiff-01` feature.
* Added support for TCP keepalive on AIX.

## v0.7.11 - 2024-07-21

Expand Down
4 changes: 2 additions & 2 deletions tokio-postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-postgres"
version = "0.7.11"
version = "0.7.12"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -56,7 +56,7 @@ percent-encoding = "2.0"
pin-project-lite = "0.2"
phf = "0.11"
postgres-protocol = { version = "0.6.7", path = "../postgres-protocol" }
postgres-types = { version = "0.2.7", path = "../postgres-types" }
postgres-types = { version = "0.2.8", path = "../postgres-types" }
tokio = { version = "1.27", features = ["io-util"] }
tokio-util = { version = "0.7", features = ["codec"] }
rand = "0.8.5"
Expand Down

0 comments on commit 8d08adb

Please sign in to comment.