Skip to content

Commit

Permalink
Merge branch 'master' into add_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Oct 5, 2023
2 parents b595a34 + c683ce6 commit 0f6f0b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ 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)

## [0.4.8] 2023-04-18

## Fixed

- Added `wldap` as dependency for the vcpk installation on windows as that's now required there

## [0.4.5] 2018-05-09

### Added
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.4.7"
version = "0.4.8"
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 0f6f0b1

Please sign in to comment.