From efca560fff5760aa248250c90e78381922cf7438 Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Wed, 18 Sep 2024 14:30:46 +0200 Subject: [PATCH] Prepare a 0.6.3 release --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa38ea1..2a93ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/ ## Unreleased +### pq-sys [0.6.3] 2024-09-18 + +### Fixed + +* Linking of bundled libpq with the `bundled_without_openssl` feature + ### pq-sys [0.6.2] 2024-09-09 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 5327d4e..dc8c302 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pq-sys" -version = "0.6.2" +version = "0.6.3" description = "Auto-generated rust bindings for libpq" license = "MIT OR Apache-2.0" repository = "https://github.com/sgrif/pq-sys"