-
Notifications
You must be signed in to change notification settings - Fork 21
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
Prepare 0.4.0 #148
Prepare 0.4.0 #148
Conversation
FWIW we use the auto-gen on Rustls as well and the "proposed release notes" are for the human-curated headlines at the top of the release before the generated changelog/commits. |
WDYT about text like:
The main things I was hoping to see are calling out the breaking API change before/after for the "other" verifier |
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.
README diff looks good to me :-)
Maybe worth calling out the additivity angle with regards to the extra roots API? |
@cpu I think your changes look good with one exception:
This is the opposite now with #145 merged into |
Oops 🤦 Thanks for catching that. I updated the text in my comment.
I also made an edit to try and add some language for this. WDYT? |
I think the new edits look good 👍 |
Maybe "often used" -> "can be used"? Otherwise LGTM! |
I want to rebase this one on |
#150 is merged. Can I do anything to help get this release out the door? |
Its appreciated, but the reminder is plenty, thanks! I just had a quick backlog on another crate to get through but I'll get this out the door today shortly :) |
I added an extra line to the headline release notes drafted above for the extension config and method deprecation. |
@cpu One thing I'd like to work on with you before the next release is improving the release steps documentation. There seems to be some conflict between them and the post-merge steps. For example, the order of this PR step and the |
Nice, thank you!
SGTM. Maybe I can start a draft PR and we can collab there? |
Sounds like a plan to me 👍. No rush though since we probably have a bit before the next release. |
I had to find a small "nit" to fix in the README so there was a diff to open a PR checklist against 😆.
Proposed release notes
I saw this on rustls/rustls#2156 but I think we use GitHub's autogeneration for this here? The big things to mention are porting to
windows-sys
, the addition ofnew_with_extra_roots
everywhere but Android (for now), and the improved deployment documentation.Post-merge steps
Generate Android Maven artifacts locallyN/Acargo publish
for each required crate, based on release steps