From df4897e9d05f9fe731a1bf2a40f4b322979b7d2a Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Thu, 2 May 2024 18:17:53 +0200 Subject: [PATCH] Update Release notes Synchronize with the stable/v0.4 branch. --- RELEASES.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 0bb6956d..5e480a51 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -32,6 +32,28 @@ [#507]: https://github.com/corrosion-rs/corrosion/pull/507 [#511]: https://github.com/corrosion-rs/corrosion/pull/511 +# v0.4.9 (2024-05-01) + +### New Features + +- Automatically detect Rust target for OpenHarmony ([#510]). + +### Fixes + +- Make find_package portable ([#509]). + +[#510]: https://github.com/corrosion-rs/corrosion/pull/510 +[#509]: https://github.com/corrosion-rs/corrosion/pull/509 + +# v0.4.8 (2024-04-03) + +### Fixes + +- Fix an internal error when passing both the `PROFILE` and `CRATES` option to + `corrosion_import_crate()` ([#496]). + +[#496]: https://github.com/corrosion-rs/corrosion/pull/496 + # v0.4.7 (2024-01-19) ### Fixes