pgcentralfoundation / pgrx

Build Postgres Extensions with Rust!
Other
3.71k stars 249 forks source link

Update version to 0.12.8 #1937

Closed eeeebbbbrrrr closed 3 weeks ago

eeeebbbbrrrr commented 3 weeks ago

This is pgrx v0.12.8. It fixes a potential deadlock during the cargo-pgrx "install" process if any of the extension schema files include the @GIT_HASH@ variable. How bizarre!

As always, to upgrade please run cargo install cargo-pgrx --version v0.12.8 --locked.

What's Changed

Full Changelog

https://github.com/pgcentralfoundation/pgrx/compare/v0.12.7...v0.12.8