diff --git a/Project.toml b/Project.toml index b03ae8e..8fd2c22 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "ResearchSoftwareMetadata" uuid = "58378933-4625-47fa-851e-05ee27d397bd" license = "BSD-2-Clause" authors = ["Richard Reeve "] -version = "0.1.1" +version = "0.1.2" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" diff --git a/README.md b/README.md index dc9e2ee..8060dd2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://richardreeve.github.io/ResearchSoftwareMetadata.jl/dev/) [![Build Status](https://github.com/richardreeve/ResearchSoftwareMetadata.jl/actions/workflows/testing.yaml/badge.svg?branch=main)](https://github.com/richardreeve/ResearchSoftwareMetadata.jl/actions/workflows/testing.yaml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/richardreeve/ResearchSoftwareMetadata.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/richardreeve/ResearchSoftwareMetadata.jl) -[![PkgEval](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/R/ResearchSoftwareMetadata.svg)](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/R/ResearchSoftwareMetadata.html) +[![DOI](https://zenodo.org/badge/830081076.svg)](https://zenodo.org/doi/10.5281/zenodo.12789179) [![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac) ## Summary @@ -21,7 +21,7 @@ built and installed with `add`. For example: (@v1.10) pkg> add ResearchSoftwareMetadata Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` - [aea672f4] + ResearchSoftwareMetadata v0.1.1 + [aea672f4] + ResearchSoftwareMetadata v0.1.2 Updating `~/.julia/environments/v1.10/Manifest.toml` (@v1.10) pkg> @@ -67,7 +67,7 @@ If you want to add in some additional metadata (the `category` of the software, ```julia # Add in additional metadata -ResearchSoftwareMetadata.crosswalk(category = "ecology", keywords = ["julia", "metadata", "research software", "RSMD"]) +ResearchSoftwareMetadata.crosswalk(category = "metadata", keywords = ["julia", "metadata", "research software", "RSMD"]) # Increase version number during crosswalk ResearchSoftwareMetadata.increase_patch() # Bump patch version (e.g. 0.4.1 -> 0.4.2) diff --git a/codemeta.json b/codemeta.json index 54552dd..729939a 100644 --- a/codemeta.json +++ b/codemeta.json @@ -14,10 +14,10 @@ "Linux", "macOS" ], - "version": "v0.1.1", + "version": "v0.1.2", "dateModified": "2024-07-20", "datePublished": "2024-07-18", - "downloadUrl": "https://github.com/richardreeve/ResearchSoftwareMetadata.jl/archive/refs/tags/v0.1.1.tar.gz", + "downloadUrl": "https://github.com/richardreeve/ResearchSoftwareMetadata.jl/archive/refs/tags/v0.1.2.tar.gz", "license": "https://spdx.org/licenses/BSD-2-Clause", "author": [ {