-
Notifications
You must be signed in to change notification settings - Fork 3
Release 0.2.0 #67
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
base: main
Are you sure you want to change the base?
Release 0.2.0 #67
Conversation
|
@fintelia Since this is the first "real" release, I followed the workflow you outlined here and made a release PR. But from here on out, I have a few questions:
I'm asking not just for now but also for future reference. I want to write all of this down so everything goes smoothly next time. |
Hope that answers most of your questions. |
|
Sorry for the delay and thanks for the response!
|
|
Alrighty, the next version is finally ready. I'm sorry it took so long, and thank you for your patience. I updated the changelog and did Since I don't have perms to publish (I believe), could you please help me @fintelia or @197g ? When you find the time, please review this PR, add the current date in the changelog, and publish (assuming everything is good). Thank you! (I also pushed a tag for v0.1.0, which we forgot last time.) |
This PR prepares for the next release. Some of the changes since 0.1.0 are necessary for image-rs/image#2461, so a new release is in order.
I bumped the version and wrote the change log (with the assumption that #66 is merged as is). I also changed the format and file name of the changelog to be more similar to
image's changelog.I already did a
cargo publish --dry-runand everything looks to be alright.To do before release:
ImageViewandImageViewMut#66