Skip to content

Commit 0522fe3

Browse files
committed
First release with DOI
1 parent 5448018 commit 0522fe3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "ResearchSoftwareMetadata"
22
uuid = "58378933-4625-47fa-851e-05ee27d397bd"
33
license = "BSD-2-Clause"
44
authors = ["Richard Reeve <richard.reeve@glasgow.ac.uk>"]
5-
version = "0.1.1"
5+
version = "0.1.2"
66

77
[deps]
88
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://richardreeve.github.io/ResearchSoftwareMetadata.jl/dev/)
55
[![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)
66
[![Coverage](https://codecov.io/gh/richardreeve/ResearchSoftwareMetadata.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/richardreeve/ResearchSoftwareMetadata.jl)
7-
[![PkgEval](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/R/ResearchSoftwareMetadata.svg)](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/R/ResearchSoftwareMetadata.html)
7+
[![DOI](https://zenodo.org/badge/830081076.svg)](https://zenodo.org/doi/10.5281/zenodo.12789179)
88
[![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)
99

1010
## Summary
@@ -21,7 +21,7 @@ built and installed with `add`. For example:
2121
(@v1.10) pkg> add ResearchSoftwareMetadata
2222
Resolving package versions...
2323
Updating `~/.julia/environments/v1.10/Project.toml`
24-
[aea672f4] + ResearchSoftwareMetadata v0.1.1
24+
[aea672f4] + ResearchSoftwareMetadata v0.1.2
2525
Updating `~/.julia/environments/v1.10/Manifest.toml`
2626

2727
(@v1.10) pkg>
@@ -67,7 +67,7 @@ If you want to add in some additional metadata (the `category` of the software,
6767

6868
```julia
6969
# Add in additional metadata
70-
ResearchSoftwareMetadata.crosswalk(category = "ecology", keywords = ["julia", "metadata", "research software", "RSMD"])
70+
ResearchSoftwareMetadata.crosswalk(category = "metadata", keywords = ["julia", "metadata", "research software", "RSMD"])
7171

7272
# Increase version number during crosswalk
7373
ResearchSoftwareMetadata.increase_patch() # Bump patch version (e.g. 0.4.1 -> 0.4.2)

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"Linux",
1515
"macOS"
1616
],
17-
"version": "v0.1.1",
17+
"version": "v0.1.2",
1818
"dateModified": "2024-07-20",
1919
"datePublished": "2024-07-18",
20-
"downloadUrl": "https://github.com/richardreeve/ResearchSoftwareMetadata.jl/archive/refs/tags/v0.1.1.tar.gz",
20+
"downloadUrl": "https://github.com/richardreeve/ResearchSoftwareMetadata.jl/archive/refs/tags/v0.1.2.tar.gz",
2121
"license": "https://spdx.org/licenses/BSD-2-Clause",
2222
"author": [
2323
{

0 commit comments

Comments
 (0)