-
Notifications
You must be signed in to change notification settings - Fork 891
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 1.28.0 release #4079
base: master
Are you sure you want to change the base?
Prepare 1.28.0 release #4079
Conversation
@@ -1,5 +1,219 @@ | |||
# Changelog | |||
|
|||
## [1.28.0] - ? |
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.
It's also worth mentioning that @ChrisDenton has joined our team in this release cycle :)
Also Line 36 in c8eddcb
|
|
||
* Replace remaining `winapi` usage with `windows-sys` by @kennykerr in https://github.com/rust-lang/rustup/pull/3802 | ||
* docs(dev-guide): remove “pushing to master” in the release process by @rami3l in https://github.com/rust-lang/rustup/pull/3789 | ||
* chore(deps): update ubuntu docker tag to v24 by @renovate in https://github.com/rust-lang/rustup/pull/3796 |
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.
Although I agree with you that we'd like to maximally take advantage of GitHub-generated changelog, I still consider all these renovate
PRs to be a bit too noisy... Of course, few would want to look at the full changelog, so maybe that's not that big of a deal? It's your call.
@ChrisDenton Thanks for pointing it out! That's part of the plan, yeah, but it cannot be done in this PR for technical reasons. (It should be done right after this PR though.) |
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.
There are a few points I'd like to add, but this is looking wonderful. Many thanks!
|
||
- The default download backend has been changed from reqwest with native-tls to reqwest with rustls. [pr#3798] | ||
- `RUSTUP_USE_CURL` and `RUSTUP_USE_RUSTLS` can still be used to change the download backend | ||
if the new backend causes issues. |
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.
... and, if anything happens, please report to #3806.
This is the 1st PR for the
1.28.0
release according to our release process.Checklist
Draft the release blog post(Not required, since we're doing a beta release).