Skip to content

Commit 83ac5d9

Browse files
ChrisDentondjc
authored andcommitted
docs: update CHANGELOG for v1.28.1 release
And bump the version in Cargo.toml
1 parent 95da617 commit 83ac5d9

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.28.1] - 2025-03-05
4+
5+
This is a patch release to restore the automatic install behavior by default.
6+
7+
This release contains the following fixes:
8+
9+
- Automatic install is enabled by default but can be opted out by setting `RUSTUP_AUTO_INSTALL`
10+
environment variable to `0`. [pr#4214]
11+
- `rustup show active-toolchain` will only print a single line, as it did in 1.27. [pr#4221]
12+
- Fixed a bug in the reqwest backend that would erroneously timeout downloads after 30s. [pr#4218]
13+
14+
[1.28.1]: https://github.com/rust-lang/rustup/releases/tag/1.28.1
15+
[pr#4214]: https://github.com/rust-lang/rustup/pull/4214
16+
[pr#4221]: https://github.com/rust-lang/rustup/pull/4221
17+
[pr#4218]: https://github.com/rust-lang/rustup/pull/4218
18+
319
## [1.28.0] - 2025-03-04
420

521
This new release of rustup has been a long time in the making and comes with substantial changes.

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ workspace = true
130130
members = ["download"]
131131

132132
[workspace.package]
133-
version = "1.28.0"
133+
version = "1.28.1"
134134
edition = "2024"
135135
license = "MIT OR Apache-2.0"
136136

0 commit comments

Comments
 (0)