-
Notifications
You must be signed in to change notification settings - Fork 618
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
Propose wording for republishing as 0.25.4 #2354
Conversation
Not sure I completely understand the proposed steps. But since CI is showing green other than the one semver-check issue, the next steps should be:
|
Looks good to me! I don't have crates.io publishing rights, so I'll have to ask one of you to actually execute this. |
Ahh! Good that we talked about that. As here the task list calls for publishing the tip of the branch, not the merge. Iirc, the two main considerations were:
I'm slightly torn but it does not seem to matter right now. So please, go ahead, I think your sequence also works. Merge v. Squash should not matter greatly (even less so since |
I'd appreciate if one of you could run the yank command on 0.25.3 ASAP. No reason to leave it up for longer than necessary. I want to get it over with so that we can all take a well-deserved break 😅 |
Agreed. I followed @fintelia 's protocol verifying history with a |
Sweet, it's all done now! I've also tagged the v0.25.4 version in git (I double-checked what got published to crates.io and tagged the matching commit). I'm going to post a release announcement to Reddit tomorrow. Here's the draft - no action required, just FYI: image v0.25.4 brings faster WebP decoding, orientation metadata support, fast blurA new version of
There are also some bug fixes to decoding animated APNG and WebP images, and other minor improvements. |
Closes: #2353
I've re-written the change to essentially transfer
0.25.3
to0.25.4
.The proposed publishing action, in sequence since this is an unusual circumstance:
0.25.3
:cargo yank --version 0.25.3
cargo publish
Please review both the changelog and the list.