From 66033ec4e5762bc7d6b274938c294ac65e12161d Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Mon, 4 Dec 2023 10:03:38 -0500 Subject: [PATCH] Add release notes for 1.74.1 --- RELEASES.md | 7 +++++++ src/version | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 3b764fd773b64..0c3a735f51867 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,10 @@ +Version 1.74.1 (2023-12-07) +=========================== + +- [Resolved spurious STATUS_ACCESS_VIOLATIONs in LLVM](https://github.com/rust-lang/rust/pull/118464) +- [Clarify guarantees for std::mem::discriminant](https://github.com/rust-lang/rust/pull/118006) +- [Fix some subtyping-related regressions](https://github.com/rust-lang/rust/pull/116415) + Version 1.74.0 (2023-11-16) ========================== diff --git a/src/version b/src/version index dc87e8af82f69..80627411dcee7 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -1.74.0 +1.74.1