From f890251ad47bf821075bc9253c7ab4b078785868 Mon Sep 17 00:00:00 2001 From: amyheather Date: Thu, 9 Jan 2025 14:16:57 +0000 Subject: [PATCH] chore(release): update changelog.md and citation.cff for v1.0.0 --- CHANGELOG.md | 13 +++++++++++++ CITATION.cff | 6 +++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c38f23a..7ffe162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Dates formatted as YYYY-MM-DD as per [ISO standard](https://www.iso.org/iso-8601-date-and-time-format.html). +## v1.0.0 - 2025-01-09 + +Corrected evaluation, README updates, and modifying GitHub actions. + +## Changed + +* Redid badge evaluation (using more accurate/specific criteria for each badge). +* Altered README title, add Zenodo citation text and updated workflow image. + +## Removed + +* Broken `cff_validation.yaml` action. + ## v0.2.0 - 2024-10-02 Conducted reproduction, evaluated code and article, organised research compendium, and test run by second STARS team member. diff --git a/CITATION.cff b/CITATION.cff index 5762edf..91f8107 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,7 +2,7 @@ # Visit https://bit.ly/cffinit to generate yours today! cff-version: 1.2.0 -title: 'STARS: Computational reproducibility of Anagnostou et al. 2022' +title: 'Anagnostou et al. 2022 computational reproducibility assessment' message: >- If you use this software, please cite it using the metadata from this file. @@ -36,5 +36,5 @@ abstract: >- https://doi.org/10.1109/WSC57314.2022.10015462. license: BSD-3-Clause # TODO: Manually update with each GitHub release (start with 0.1.0) -version: '0.2.0' -date-released: '2024-10-02' +version: '1.0.0' +date-released: '2025-01-09'