From b81e6d6caaa86f702474a65222d07c4c49a59c4a Mon Sep 17 00:00:00 2001 From: richardreeve Date: Wed, 16 Oct 2024 01:04:54 +0100 Subject: [PATCH] More compatibility fixes --- NEWS.md | 2 ++ Project.toml | 5 +++-- codemeta.json | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/NEWS.md b/NEWS.md index 5f3c8a0..2422242 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # NEWS +- v0.1.4 + - More compatibility fixes - v0.1.3 - Fix dependencies - v0.1.2 diff --git a/Project.toml b/Project.toml index 6917744..6c59b1c 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.3" +version = "0.1.4" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -17,7 +17,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" DataStructures = "0.16,0.17,0.18" Dates = "1.6" Git = "1" -HTTP = "1" +HTTP = "0.9,1" JSON = "0.21" Logging = "1" TOML = "1" @@ -27,6 +27,7 @@ julia = "1.6.7" [[author_details]] name = "Richard Reeve" orcid = "0000-0003-2589-8091" +email = "richard.reeve@glasgow.ac.uk" [[author_details.affiliation]] ror = "00vtgdb53" diff --git a/codemeta.json b/codemeta.json index 230c69a..abb8a8b 100644 --- a/codemeta.json +++ b/codemeta.json @@ -14,10 +14,10 @@ "Linux", "macOS" ], - "version": "v0.1.3", - "dateModified": "2024-10-15", + "version": "v0.1.4", + "dateModified": "2024-10-16", "datePublished": "2024-07-18", - "downloadUrl": "https://github.com/richardreeve/ResearchSoftwareMetadata.jl/archive/refs/tags/v0.1.3.tar.gz", + "downloadUrl": "https://github.com/richardreeve/ResearchSoftwareMetadata.jl/archive/refs/tags/v0.1.4.tar.gz", "license": "https://spdx.org/licenses/BSD-2-Clause", "author": [ {