-
Notifications
You must be signed in to change notification settings - Fork 108
Bump pgrx version to 0.12.5 #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@syvb what about adding dependabot to manage the dependencies? We can do that in another PR |
@alejandrodnm We don't pin the minor/patch versions, so the only dependency updates we need to are versions with breaking changes - which we can't automate with Dependabot, because we usually need to update vectorscale with the breaking changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One optional suggestion
Updates the pgrx version to the latest version, 0.12.5. This will let us add PG17 support next.
This has merge conflicts with #94 so it should be merged after it.