Skip to content

Commit

Permalink
Prepare a 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Jan 10, 2025
1 parent 4a82694 commit 0a12007
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jobs:
- name: Test compile diesel
shell: bash
# currently broken as diesel does not allow pq-sys 0.7 yet
continue-on-error: true
run: |
cargo new test_diesel
cd test_diesel
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/

## Unreleased

### pq-sys [0.7.0] 2025-01-10

* Bump bindgen to 0.71
* Regenerate bindings and make sure that they compile on common platforms
* Remove non-libpq items from the generated bindings
* Bump crate to 2021 edition
* Increase minimal supported rust version to 1.82

### pq-src [0.3.2] 2024-09-27

### Changed
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.3"
version = "0.7.0"
description = "Auto-generated rust bindings for libpq"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sgrif/pq-sys"
Expand Down

0 comments on commit 0a12007

Please sign in to comment.