diff --git a/CHANGELOG.md b/CHANGELOG.md index 55fc0dbb..39a32cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes the Codefair App will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + ## v.3.1.0 - 11-05-2024 ### Added diff --git a/CITATION.cff b/CITATION.cff index 64df802f..db7b7046 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -16,13 +16,13 @@ cff-version: 1.2.0 message: If you use this software, please cite it using the metadata from this file. type: software doi: 10.5281/zenodo.13651177 -abstract: "Codefair is a free and open source GitHub app that acts as your +abstract: Codefair is a free and open source GitHub app that acts as your personal assistant when it comes to making your research software reusable and especially complying with the Findable, Accessible, Interoperable, Reusable (FAIR) Principles for Research Software (FAIR4RS Principles). Whether you are developing artificial intelligence (AI)/machine learning (ML) models with Python, data visualization tools with Jupyter notebook, or data analysis code - with R, Codefair is here to assist you. " + with R, Codefair is here to assist you. keywords: - best-practices - fair @@ -31,5 +31,5 @@ keywords: - software license: MIT repository-code: https://github.com/fairdataihub/codefair-app -date-released: 2024-09-03 -version: v.3.0.0 +date-released: '2024-10-17' +version: 3.0.0 diff --git a/codemeta.json b/codemeta.json index c888f089..f1cf20d9 100644 --- a/codemeta.json +++ b/codemeta.json @@ -39,12 +39,12 @@ ], "codeRepository": "https://github.com/fairdataihub/codefair-app", "dateCreated": "2024-03-27", - "dateModified": "2024-09-03", + "dateModified": "2024-10-17", "datePublished": "2024-09-03", "description": "Codefair is a free and open source GitHub app that acts as your personal assistant when it comes to making your research software reusable and especially complying with the Findable, Accessible, Interoperable, Reusable (FAIR) Principles for Research Software (FAIR4RS Principles). Whether you are developing artificial intelligence (AI)/machine learning (ML) models with Python, data visualization tools with Jupyter notebook, or data analysis code with R, Codefair is here to assist you. ", "developmentStatus": "active", "downloadUrl": "https://github.com/marketplace/codefair-app", - "identifier": "10.5281/zenodo.13651177", + "identifier": "10.5281/zenodo.13947817", "issueTracker": "https://github.com/fairdataihub/codefair-app/issues", "keywords": [ "best-practices", @@ -63,6 +63,6 @@ "Dockerfile" ], "schema:releaseNotes": "## v.3.0.0 - 2024-10-17\n\n### Added\n\n- A new workflow has been implemented to streamline the integration of the GitHub release process with Zenodo archiving. This enhancement ensures that metadata is updated prior to each GitHub release, allowing for a more accurate and up-to-date archived version of the repository on Zenodo. This change simplifies the release process and enhances the accessibility of our project's data.", - "version": "v.3.0.0", + "version": "3.0.0", "type": "SoftwareSourceCode" } \ No newline at end of file