Skip to content

Commit bfe5b9d

Browse files
committed
Release postgres v0.19.10
1 parent ad68abf commit bfe5b9d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

postgres/CHANGELOG.md

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

33
## Unreleased
44

5+
## v0.19.01 - 2025-02-02
6+
7+
### Added
8+
9+
* Added support for direct TLS negotiation.
10+
* Added support for `cidr` 0.3 via the `with-cidr-0_3` feature.
11+
512
## v0.19.9 - 2024-09-15
613

714
### Added

postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "postgres"
3-
version = "0.19.9"
3+
version = "0.19.10"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)