Skip to content

Commit

Permalink
Prepare a 0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Sep 9, 2024
1 parent 1c98950 commit 61f8530
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/

## Unreleased

### pq-sys [0.6.2] 2024-09-09

### Changed

* `openssl` usage can now be disabled with the `bundled_without_openssl` feature of `pq-sys`.
Expand All @@ -13,6 +15,7 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
[dependencies]
pq-sys = { version = "0.3.0", features = ["bundled_without_openssl"]}
```
This disables the TLS support in `libpq`, so that you cannot connect to a database requiring TLS anymore.

## pq-sys [0.6.1] 2024-06-11

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pq-sys"
version = "0.6.1"
version = "0.6.2"
description = "Auto-generated rust bindings for libpq"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sgrif/pq-sys"
Expand Down
2 changes: 1 addition & 1 deletion pq-src/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pq-src"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
include = [
"src/*",
Expand Down

0 comments on commit 61f8530

Please sign in to comment.