Skip to content
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

1.26.0 should not be unreleased in the changelog #3491

Merged
merged 2 commits into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.26.0] - unreleased
## [1.26.0] - 2023-04-05

This version of Rustup involves a significant number of internal refactors, both in terms
of the Rustup code and its tests.
Expand Down Expand Up @@ -48,6 +48,7 @@ please review the repository.
- Fix RUSTUP_PERMIT_COPY_RENAME condition so it is actually used [pr#3292]
- Bump a lot of dependencies to their latest versions [pr#renovate-bot]

[1.26.0]: https://github.com/rust-lang/rustup/releases/tag/1.26.0
[rust-analyzer]: https://github.com/rust-lang/rust-analyzer
[proxy]: https://rust-lang.github.io/rustup/concepts/proxies.html
[clap]: https://crates.io/crates/clap
Expand Down Expand Up @@ -125,7 +126,7 @@ Thanks go to:
- Pietro Albini
- Daniel Silverstone

[1.25.2]: https://github.com/rust-lang/rustup/release/tag/1.25.2
[1.25.2]: https://github.com/rust-lang/rustup/releases/tag/1.25.2

## [1.25.1] - 2022-07-12

Expand Down