From 7f12363d6f65612cd1ad22b3de3f70391d6568f1 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Sun, 29 Dec 2024 14:52:49 +0100 Subject: [PATCH] Update release notes for v0.5.1 (cherry picked from commit b1fab721655c5c4b1b08a083d3cd29f163af75d0) --- RELEASES.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 41b75aa3..8a6239fa 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -31,6 +31,14 @@ [#459]: https://github.com/corrosion-rs/corrosion/pull/459 [#568]: https://github.com/corrosion-rs/corrosion/pull/568 +# v0.5.1 (2024-12-29) + +### Fixes + +- Update FindRust to support `rustup` v1.28.0. Support for older rustup versions is retained, + so updating corrosion quickly is recommended to all rustup users. + + # v0.5.0 (2024-05-11) ### Breaking Changes @@ -76,7 +84,7 @@ # v0.4.9 (2024-05-01) -### New Features +### New Features - Automatically detect Rust target for OpenHarmony ([#510]).