From e98b74ff86fb45090df6a815a16e197aed7923b8 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Sun, 26 Nov 2023 12:40:34 +0100 Subject: [PATCH] initial version of release notes for v0.2.0 --- RELEASE_NOTES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index d53b5a0d..ce5e3a61 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,6 +1,21 @@ This file contains a description of the major changes to the EESSI build-and-deploy bot. For more detailed information, please see the git log. +v0.2.0 (26 November 2023) +-------------------------- + +This is a minor release of the EESSI build-and-deploy bot. + +Bug fixes: +* none + +Improvements: +* support for running tests inside the same job but after the build step (#222) + * this adds a new setting (`job_test_unknown_fmt`) to the bot's configuration +* ensure the bot can build for both the pilot repository and software.eessi.io (#229) +* support repository-specific buckets (#230) + + v0.1.1 (14 November 2023) --------------------------