From 479088d3456dab988775ea8435b0423f91abb4cb Mon Sep 17 00:00:00 2001 From: Thierry Onkelinx Date: Fri, 23 Aug 2024 15:55:08 +0200 Subject: [PATCH] bump package version --- .zenodo.json | 10 +++++----- CITATION.cff | 2 +- DESCRIPTION | 2 +- NEWS.md | 4 ++++ inst/CITATION | 4 ++-- 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index c8138f63..b981f462 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,6 +1,6 @@ { "title": "INBOmd: Markdown Templates for INBO", - "version": "0.6.3", + "version": "0.6.4", "license": "GPL-3.0", "upload_type": "software", "description": "

Several templates to generate reports, presentations and posters.<\/p>", @@ -17,23 +17,23 @@ "name": "Onkelinx, Thierry", "affiliation": "Research Institute for Nature and Forest (INBO)", "orcid": "0000-0001-8804-4216", - "type": "ContactPerson" + "type": "contactperson" }, { "name": "Vanderhaeghe, Floris", "affiliation": "Research Institute for Nature and Forest (INBO)", "orcid": "0000-0002-6378-6229", - "type": "ProjectMember" + "type": "projectmember" }, { "name": "Lommelen, Els", "affiliation": "Research Institute for Nature and Forest (INBO)", "orcid": "0000-0002-3481-5684", - "type": "ProjectMember" + "type": "projectmember" }, { "name": "Research Institute for Nature and Forest (INBO)", - "type": "RightsHolder" + "type": "rightsholder" } ], "creators": [ diff --git a/CITATION.cff b/CITATION.cff index ed5073b9..dc4f99ce 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,4 +26,4 @@ identifiers: value: 10.5281/zenodo.842223 - type: url value: https://inbo.github.io/INBOmd/ -version: 0.6.3 +version: 0.6.4 diff --git a/DESCRIPTION b/DESCRIPTION index 66d24962..8a806f44 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: INBOmd Title: Markdown Templates for INBO -Version: 0.6.3 +Version: 0.6.4 Authors@R: c( person("Thierry", "Onkelinx", , "thierry.onkelinx@inbo.be", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8804-4216", affiliation = "Research Institute for Nature and Forest (INBO)")), diff --git a/NEWS.md b/NEWS.md index 9d49687a..d567a439 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# INBOmd 0.6.4 + +* Fix missing subtitle in citation in colophon of gitbook and epub. + # INBOmd 0.6.3 * `pdf_report()` enforces pandoc >= 3.1.8 diff --git a/inst/CITATION b/inst/CITATION index c158611c..e2f5e172 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -2,12 +2,12 @@ citHeader("To cite `INBOmd` in publications please use:") # begin checklist entry bibentry( bibtype = "Manual", - title = "INBOmd: Markdown Templates for INBO. Version 0.6.3", + title = "INBOmd: Markdown Templates for INBO. Version 0.6.4", author = c( author = c(person(given = "Thierry", family = "Onkelinx"))), year = 2024, url = "https://inbo.github.io/INBOmd/", abstract = "Several templates to generate reports, presentations and posters.", - textVersion = "Onkelinx, Thierry (2024) INBOmd: Markdown Templates for INBO. Version 0.6.3. https://inbo.github.io/INBOmd/", + textVersion = "Onkelinx, Thierry (2024) INBOmd: Markdown Templates for INBO. Version 0.6.4. https://inbo.github.io/INBOmd/", keywords = "markdown; bookdown; corporate identity; template", doi = "10.5281/zenodo.842223", )