Skip to content

Commit

Permalink
Prepare a pq-src 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Feb 9, 2024
1 parent 91dbe22 commit 722f606
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All user visible changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/), as described
for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)

## pq-src [0.1.1]

### Changed

- We updated the bundled libpq version to 16.2 to fix compatibility with openssl 3.2
- We changed the build script to expose the bundled libpq headers by setting `DEP_PQ_SYS_SRC_INCLUDE` so that other *-sys crates can consume that information and reuse the bundled build provided by this crate


## [0.5.0] 2024-01-19

### Added
Expand Down
4 changes: 2 additions & 2 deletions pq-src/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pq-src"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
include = [
"src/*",
Expand Down Expand Up @@ -28,7 +28,7 @@ openssl-sys = { version = "0.9.93", features = ["vendored"] }
cc = "1.0.83"

[target.'cfg(not(target_os = "windows"))'.build-dependencies]
openssl-src = "300"
openssl-src = "300.0.0"

[features]
default = []
Expand Down

0 comments on commit 722f606

Please sign in to comment.