Skip to content

Commit

Permalink
chore(release): update citation.cff and changelog for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Jan 9, 2025
1 parent c8458b0 commit d486e1a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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 removal of broken GitHub action.

## Changed

* Redid badge evaluation (using more accurate/specific criteria for each badge).
* Corrected STRESS-DES 5.2 Random Sampling evaluation.
* Altered README title, add Zenodo citation text and updated workflow image.

## Removed

* Broekn `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.
Expand Down
8 changes: 3 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: 'STARS: Computational reproducibility of Huang et al. 2019'
title: 'Huang et al. 2019 computational reproducibility assessment'
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
# TODO: Amend to list of authors involved in reproduction - first, the primary
# researcher, followed by those providing advice/feedback on the reproduction.
authors:
- given-names: Amy
family-names: Heather
Expand Down Expand Up @@ -37,5 +35,5 @@ abstract: >-
https://doi.org/10.3389/fneur.2019.00653.
license: GPL-3.0
# 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'

0 comments on commit d486e1a

Please sign in to comment.