Skip to content

Commit 4c15ee3

Browse files
committed
docs: update CHANGELOG for v1.27.1
1 parent 81f2e6c commit 4c15ee3

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

CHANGELOG.md

+59
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,64 @@
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+
### Changed
17+
18+
- Ensured that CI builds target macOS 10.12+ on x64 and macOS 11.0+ on arm64 [pr#3710]
19+
- Fixed an error when writing to rcfiles by ensuring the creation of their parent dir(s) first [pr#3712]
20+
- Fixed unexpected errors when `RUSTUP_HOME/(toolchains|downloads|tmp)` is symlinked [pr#3742] [pr#3754]
21+
- Changed `RUSTUP_WINDOWS_PATH_ADD_BIN` to be false by default [pr#3703]
22+
- Fixed incorrect color state after `ColorableTerminal::reset` [pr#3711]
23+
- Replaced `.` with `source` in fish shell's `source_string` [pr#3715]
24+
- Fixed "component add" error message format [pr#3724]
25+
- Fixed file paths in CI-generated `*.sha256` files on *nix [pr#3730]
26+
- Removed an unnecessary debug print [pr#3734]
27+
- Disabled the "doc opening" output on `rustup doc --path` [pr#3748]
28+
- Bumped a lot of dependencies to their latest versions [pr#renovate-bot]
29+
30+
Thanks go to:
31+
32+
- Anas (0x61nas)
33+
- Dirkjan Ochtman (djc)
34+
- Eric Huss (ehuss)
35+
- eth3lbert (eth3lbert)
36+
- hev (heiher)
37+
- klensy (klensy)
38+
- Adam (pie-flavor)
39+
- rami3l (rami3l)
40+
- Robert (rben01)
41+
- Robert Collins (rbtcollins)
42+
- Sun Bin (shandongbinzhou)
43+
- Samuel Moelius (smoelius)
44+
- vpochapuis (vpochapuis)
45+
- Renovate Bot (renovate)
46+
47+
**Full Changelog**: https://github.com/rust-lang/rustup/compare/1.27.0...1.27.1
48+
49+
[1.27.1]: https://github.com/rust-lang/rustup/releases/tag/1.27.1
50+
[pr#3703]: https://github.com/rust-lang/rustup/pull/3703
51+
[pr#3711]: https://github.com/rust-lang/rustup/pull/3711
52+
[pr#3715]: https://github.com/rust-lang/rustup/pull/3715
53+
[pr#3710]: https://github.com/rust-lang/rustup/pull/3710
54+
[pr#3712]: https://github.com/rust-lang/rustup/pull/3712
55+
[pr#3724]: https://github.com/rust-lang/rustup/pull/3724
56+
[pr#3730]: https://github.com/rust-lang/rustup/pull/3730
57+
[pr#3734]: https://github.com/rust-lang/rustup/pull/3734
58+
[pr#3748]: https://github.com/rust-lang/rustup/pull/3748
59+
[pr#3742]: https://github.com/rust-lang/rustup/pull/3742
60+
[pr#3754]: https://github.com/rust-lang/rustup/pull/3754
61+
362
## [1.27.0] - 2024-03-08
463

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

0 commit comments

Comments
 (0)