-
Notifications
You must be signed in to change notification settings - Fork 306
release 0.31.0 #791
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
release 0.31.0 #791
Conversation
It's been almost a year since we had a release, and we've made some notable API changes. In particular we updated `rand` to 0.9.
|
WASM and cross-test CI failures are unrelated. |
apoelstra
left a comment
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.
On 252f89a successfully ran local tests
apoelstra
left a comment
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.
On 252f89a successfully ran local tests
|
Hey @apoelstra thanks for this. When can we expect a new release? |
|
When another maintainer sees this and ACKs it. |
|
IIRC MuSIg only adds stuff, so it's non-breaking, right? |
Kixunil
left a comment
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.
ACK 252f89a
Note that I have not verified that changelog is accurate.
|
Thanks @Kixunil! No worries -- I just need an ACK to follow our process, so simply verifying that the diff is non-insane is enough. As for MuSig being non-breaking ... yes, I think you're right, so we may be able to get it out in 0.31.1, which would be nice. Though I'd need to check what (if anything) it does to secp256k1-sys. |
|
Thanks! Tagged and published. Also took the opportunity to publish secp256k1-sys 0.11.0 which should've been tagged and published after #764. |
252f89a63cd553e929d40bdf572d8e3ab2188c7a release 0.31.0 (Andrew Poelstra)
Pull request description:
It's been almost a year since we had a release, and we've made some notable API changes. In particular we updated `rand` to 0.9.
Fixes #790
ACKs for top commit:
Kixunil:
ACK 252f89a63cd553e929d40bdf572d8e3ab2188c7a
Tree-SHA512: bc6d906c5e6bc081ad15795f96616a472b764d11a3f406e6a652fcc3fc001b36be9ccdbfb5dc8daf639fb45910c8eb72ab93bc923d5e6f3d4ca431c09a0bce0f
252f89a63cd553e929d40bdf572d8e3ab2188c7a release 0.31.0 (Andrew Poelstra)
Pull request description:
It's been almost a year since we had a release, and we've made some notable API changes. In particular we updated `rand` to 0.9.
Fixes #790
ACKs for top commit:
Kixunil:
ACK 252f89a63cd553e929d40bdf572d8e3ab2188c7a
Tree-SHA512: bc6d906c5e6bc081ad15795f96616a472b764d11a3f406e6a652fcc3fc001b36be9ccdbfb5dc8daf639fb45910c8eb72ab93bc923d5e6f3d4ca431c09a0bce0f
It's been almost a year since we had a release, and we've made some notable API changes. In particular we updated
randto 0.9.Fixes #790