From 42c356d3ee820ff4ea437f9304263c1ea668173c Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Tue, 26 Mar 2024 19:33:12 -0400 Subject: [PATCH] Prepare 1.77.1 --- RELEASES.md | 10 ++++++++++ src/version | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 3f7814d184c66..29fe44a872310 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,13 @@ +Version 1.77.1 (2024-03-28) +=========================== + + + +- [Revert stripping debuginfo by default for Windows](https://github.com/rust-lang/cargo/pull/13654) + This fixes a regression in 1.77 by reverting to the previous default. + Platforms other than Windows are not affected. +- Internal: [Fix heading anchor rendering in doc pages](https://github.com/rust-lang/rust/pull/122693) + Version 1.77.0 (2024-03-21) ========================== diff --git a/src/version b/src/version index 79e15fd49370a..b1131583c6752 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -1.77.0 +1.77.1