We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad68abf commit bfe5b9dCopy full SHA for bfe5b9d
postgres/CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## Unreleased
4
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
12
## v0.19.9 - 2024-09-15
13
14
### Added
postgres/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "postgres"
-version = "0.19.9"
+version = "0.19.10"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
0 commit comments