From 38bd4dc1cceef76ee8c5b4a8ae245c7d308b4158 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Fri, 6 Oct 2023 08:38:14 +0200 Subject: [PATCH] Release v0.4.4 --- CMakeLists.txt | 2 +- RELEASES.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 678d133b..61f3f6c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(Corrosion # tagged release. Users don't need to care about this, it is mainly to # clearly see in configure logs which version was used, without needing to # rely on `git`, since Corrosion may be installed or otherwise packaged. - VERSION 0.4.3 + VERSION 0.4.4 LANGUAGES NONE HOMEPAGE_URL "https://corrosion-rs.github.io/corrosion/" ) diff --git a/RELEASES.md b/RELEASES.md index 7a9097c6..fedbd308 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,12 @@ +# v0.4.4 (2023-10-06) + +### Fixes + +- Add `chimera` ([#445]) and `unikraft` ([#446]) to the list of known vendors + +[#445]: https://github.com/corrosion-rs/corrosion/pull/445 +[#446]: https://github.com/corrosion-rs/corrosion/pull/446 + # v0.4.3 (2023-09-09) ### Fixes