Skip to content

v0.14.1

Latest
Compare
Choose a tag to compare
@usamoi usamoi released this 14 Apr 04:26
b1868d8
Update version to 0.14.1 (#2042)

This is pgrx v0.14.1. It is a small bugfix release that fixes a problem
building extensions that have their own `build.rs`.

Please update with `cargo install cargo-pgrx --version 0.14.1 --locked`
and update your extension `Cargo.toml` files with `cargo pgrx upgrade`.


## What's Changed
* fix `cargo pgrx install` error if there is a build script by @usamoi
in https://github.com/pgcentralfoundation/pgrx/pull/2041


**Full Changelog**:
https://github.com/pgcentralfoundation/pgrx/compare/v0.14.0...v0.14.1