-
-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version to 0.10.0-beta.3 (#1255)
This is pgrx v0.10.0-beta.3. The 4th beta in our series that includes Postgres 16 support. In this release, Postgres 16 support has been updated to pg16beta3. To work with this beta please install `cargo-pgrx` with `cargo install cargo-pgrx --version 0.10.0-beta.3 --locked` and update the pgrx dependency versions in any extension crates. Then make sure to add a "pg16" feature flag. ## What's Changed * update for pg16beta3 support by @eeeebbbbrrrr in #1254 ### Usability * Derive Clone for Inet by @JelteF in #1251 * Ensure bindgen gets all the `cppflags` it needs (on macOS, anyway) by @thomcc in #1247 ### Documentation * Correct docs for datetime `From` impls by @workingjubilee in #1253 ### Internal * Only enable line tables for profile.dev by @thomcc in #1249 * Bump cargo-metadata and clap-cargo by @thomcc in #1246 * Remove references to master branch by @thomcc in #1243 **Full Changelog**: v0.10.0-beta.2...v0.10.0-beta.3
- Loading branch information
1 parent
04380e9
commit c76c7e2
Showing
18 changed files
with
874 additions
and
196 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.