Skip to content

Commit

Permalink
Release tokio-postgres v0.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 2, 2025
1 parent 43c7049 commit ad68abf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bytes = "1.0"
fallible-iterator = "0.2"
futures-util = { version = "0.3.14", features = ["sink"] }
log = "0.4"
tokio-postgres = { version = "0.7.12", path = "../tokio-postgres" }
tokio-postgres = { version = "0.7.13", path = "../tokio-postgres" }
tokio = { version = "1.0", features = ["rt", "time"] }

[dev-dependencies]
Expand Down
15 changes: 15 additions & 0 deletions tokio-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## Unreleased

## v0.7.13 - 2025-02-02

### Added

* Added support for direct TLS negotiation.
* Added support for `cidr` 0.3 via the `with-cidr-0_3` feature.

### Fixes

* Added `load_balance_hosts` to `Config`'s `Debug` implementation.

### Changes

* Upgraded `rand`.

## v0.7.12 - 2024-09-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion 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.12"
version = "0.7.13"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit ad68abf

Please sign in to comment.