Skip to content

Commit c9662f9

Browse files
committed
docs: update CHANGELOG for v1.27.1
1 parent b8ea048 commit c9662f9

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

CHANGELOG.md

+70
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,75 @@
11
# Changelog
22

3+
## [1.27.1] - 2024-04-14
4+
5+
This new Rustup release involves some minor bug fixes.
6+
7+
The headlines for this release are:
8+
9+
1. Prebuilt Rustup binaries should be working on older macOS versions again.
10+
2. `rustup-init` will no longer fail when `fish` is installed but `~/.config/fish/conf.d` hasn't been created.
11+
3. Regressions regarding symlinked `RUSTUP_HOME/(toolchains|downloads|tmp)` have been addressed.
12+
13+
Since the release of 1.27.0, the project has welcomed a total of 7 new contributors.
14+
Many thanks for your hard work, and we hope to see you again!
15+
16+
### Added
17+
18+
- Added the logging of `RUSTUP_UPDATE_ROOT` and `RUSTUP_DIST_(SERVER|ROOT)` when `RUSTUP_DEBUG` is set [pr#3722]
19+
20+
### Changed
21+
22+
- Ensured that CI builds target macOS 10.12+ on x64 and macOS 11.0+ on arm64 [pr#3710]
23+
- Fixed an error when writing to rcfiles by ensuring the creation of their parent dir(s) first [pr#3712]
24+
- Fixed unexpected errors when `RUSTUP_HOME/(toolchains|downloads|tmp)` is symlinked [pr#3742] [pr#3754]
25+
- Fixed an unexpected error when removing a component by component name with explicit target triple [pr#3601]
26+
- Changed `RUSTUP_WINDOWS_PATH_ADD_BIN` to be false by default [pr#3703]
27+
- Fixed incorrect color state after `ColorableTerminal::reset` [pr#3711]
28+
- Replaced `.` with `source` in fish shell's `source_string` [pr#3715]
29+
- Fixed "component add" error message format [pr#3724]
30+
- Fixed file paths in CI-generated `*.sha256` files on *nix [pr#3730]
31+
- Removed an unnecessary debug print [pr#3734]
32+
- Disabled the "doc opening" output on `rustup doc --path` [pr#3748]
33+
- Fixed the update of `DisplayVersion` in the Windows registry on `rustup self update` [pr#3770]
34+
- Bumped a lot of dependencies to their latest versions [pr#renovate-bot]
35+
36+
Thanks go to:
37+
38+
- Anas (0x61nas)
39+
- cuiyourong (cuiyourong)
40+
- Dirkjan Ochtman (djc)
41+
- Eric Huss (ehuss)
42+
- eth3lbert (eth3lbert)
43+
- hev (heiher)
44+
- klensy (klensy)
45+
- Chih Wang (ongchi)
46+
- Adam (pie-flavor)
47+
- rami3l (rami3l)
48+
- Robert (rben01)
49+
- Robert Collins (rbtcollins)
50+
- Sun Bin (shandongbinzhou)
51+
- Samuel Moelius (smoelius)
52+
- vpochapuis (vpochapuis)
53+
- Renovate Bot (renovate)
54+
55+
**Full Changelog**: https://github.com/rust-lang/rustup/compare/1.27.0...1.27.1
56+
57+
[1.27.1]: https://github.com/rust-lang/rustup/releases/tag/1.27.1
58+
[pr#3601]: https://github.com/rust-lang/rustup/pull/3601
59+
[pr#3703]: https://github.com/rust-lang/rustup/pull/3703
60+
[pr#3711]: https://github.com/rust-lang/rustup/pull/3711
61+
[pr#3715]: https://github.com/rust-lang/rustup/pull/3715
62+
[pr#3710]: https://github.com/rust-lang/rustup/pull/3710
63+
[pr#3712]: https://github.com/rust-lang/rustup/pull/3712
64+
[pr#3722]: https://github.com/rust-lang/rustup/pull/3722
65+
[pr#3724]: https://github.com/rust-lang/rustup/pull/3724
66+
[pr#3730]: https://github.com/rust-lang/rustup/pull/3730
67+
[pr#3734]: https://github.com/rust-lang/rustup/pull/3734
68+
[pr#3748]: https://github.com/rust-lang/rustup/pull/3748
69+
[pr#3742]: https://github.com/rust-lang/rustup/pull/3742
70+
[pr#3754]: https://github.com/rust-lang/rustup/pull/3754
71+
[pr#3770]: https://github.com/rust-lang/rustup/pull/3770
72+
373
## [1.27.0] - 2024-03-08
474

575
This long-awaited Rustup release has gathered all the new features and fixes since April 2023.

0 commit comments

Comments
 (0)