diff --git a/CITATION.cff b/CITATION.cff index ea48458..9fd2c91 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,22 +1,21 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below." -type: software -title: "datatools" -abstract: "A set of command line tools for working with CSV, Excel -Workbooks, JSON and structured text documents." +title: datatools authors: - family-names: Doiel given-names: R. S. - orcid: "https://orcid.org/0000-0003-0900-6903" - - -maintainers: - - family-names: Doiel - given-names: R. S. - orcid: "https://orcid.org/0000-0003-0900-6903" - + orcid: https://orcid.org/0000-0003-0900-6903 +abstract: A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents. repository-code: "https://github.com/caltechlibrary/datatools" -version: 1.2.2 +type: software +version: 1.2.3 license-url: "https://data.caltech.edu/license" -keywords: [ "csv", "excel", "sql", "json", "xlsx", "golang", "bash" ] -date-released: 2022-01-05 +keywords: + - csv + - excel + - sql + - json + - xlsx + - golang + - bash +date-released: 2023-06-30 diff --git a/about.md b/about.md index 084791d..311b4ea 100644 --- a/about.md +++ b/about.md @@ -3,24 +3,23 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below." type: software title: "datatools" -abstract: "A set of command line tools for working with CSV, Excel -Workbooks, JSON and structured text documents." +abstract: "A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents." authors: - family-names: Doiel given-names: R. S. orcid: "https://orcid.org/0000-0003-0900-6903" repository-code: "https://github.com/caltechlibrary/datatools" -version: 1.2.2 +version: 1.2.3 license-url: "https://data.caltech.edu/license" keywords: [ "csv", "excel", "sql", "json", "xlsx", "golang", "bash" ] -date-released: 2022-01-05 +date-released: 2022-06-30 --- About this software =================== -## datatools 1.2.2 +## datatools 1.2.3 ### Authors @@ -31,8 +30,7 @@ About this software - R. S. Doiel -A set of command line tools for working with CSV, Excel Workbooks, JSON -and structured text documents. +A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents. - License: https://data.caltech.edu/license - GitHub: https://github.com/caltechlibrary/datatools @@ -41,7 +39,7 @@ and structured text documents. ### Programming languages -- Go 1.19.4 +- Go 1.20 ### Operating Systems @@ -51,5 +49,5 @@ and structured text documents. ### Software Requiremets -- Golang 1.19 or better +- Golang 1.20 or better - Pandoc 2.19 or better diff --git a/codemeta.json b/codemeta.json index 5e60dbd..8a81402 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,19 +4,20 @@ "license": "https://data.caltech.edu/license", "codeRepository": "https://github.com/caltechlibrary/datatools", "dateCreated": "2017-02-06", - "dateModified": "2023-01-05", - "datePublished": "2022-01-05", + "dateModified": "2023-06-30", + "datePublished": "2022-06-30", "downloadUrl": "https://github.com/caltechlibrary/datatools/releases/", "issueTracker": "https://github.com/caltechlibrary/datatools/issues", "name": "datatools", - "version": "1.2.2", + "version": "1.2.3", "description": "A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents.", "applicationCategory": "computer programming", "developmentStatus": "active", - "funder": [{ + "funder": { + "@id": "https://ror.org/5dxps055", "@type": "Organization", "name": "Caltech Library" - }], + }, "keywords": [ "csv", "excel", @@ -27,7 +28,7 @@ "bash" ], "programmingLanguage": [ - "Go 1.19.4" + "Go 1.20" ], "operatingSystem": [ "Linux", @@ -35,7 +36,7 @@ "macOS" ], "softwareRequirements": [ - "Golang 1.19 or better", + "Golang 1.20 or better", "Pandoc 2.19 or better" ], "author": [ diff --git a/codemeta/codemeta.go b/codemeta/codemeta.go index bd019e5..07b6419 100644 --- a/codemeta/codemeta.go +++ b/codemeta/codemeta.go @@ -42,7 +42,8 @@ type Codemeta struct { DownloadURL string `json:"downloadUrl"` Keywords []string `json:"keywords"` //Maintainer string `json:"maintainer,omitempty"` - Funder []*PersonOrOrganization `json:"funder,omitempty"` + //Funder []*PersonOrOrganization `json:"funder,omitempty"` + Funder *PersonOrOrganization `json:"funder,omitempty"` CopyrightHolder []*PersonOrOrganization `json:"copyrightHolder,omitempty"` CopyrightYear string `json:"copyrightYear,omitempty"` Created string `json:"dateCreated,omitempty"` diff --git a/installer.sh b/installer.sh index c70582b..1c19e80 100755 --- a/installer.sh +++ b/installer.sh @@ -4,7 +4,7 @@ # Set the package name and version to install # PACKAGE="datatools" -VERSION="1.2.2" +VERSION="1.2.3" GIT_GROUP="caltechlibrary" RELEASE="https://github.com/$GIT_GROUP/$PACKAGE/releases/tag/v$VERSION" diff --git a/version.go b/version.go index 5df73e2..c20c0ee 100644 --- a/version.go +++ b/version.go @@ -1,7 +1,7 @@ package datatools const ( - Version = "1.2.2" + Version = "1.2.3" LicenseText = `