Skip to content

Commit

Permalink
Release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrif committed Nov 22, 2016
1 parent 0c77ba9 commit 889f932
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ 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.2.4] 2016-11-22

- `pq` will be statically linked if the environment variable `PQ_LIB_STATIC` is
set.

## [0.2.3] 2016-08-12

### 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.2.3"
version = "0.2.4"
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
description = "Auto-generated rust bindings for libpq"
license = "MIT"
Expand Down

0 comments on commit 889f932

Please sign in to comment.