From 1670b9c415004140588f1a05663fde39fe196052 Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Fri, 1 Dec 2023 13:43:35 -0500 Subject: [PATCH 1/2] Update `cran-comments.md` --- cran-comments.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 38e3b8d6..1ea82565 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,2 +1 @@ -Patch release to fix a bug in 0.4.4 that caused CRAN to revert the package back -to 0.4.3 code (under a version of 0.4.5). +This is a patch release with no expected breakage of any reverse dependencies. From ff363d7a80610d4920b2a9397d07a1af42d21221 Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Fri, 1 Dec 2023 13:44:07 -0500 Subject: [PATCH 2/2] Increment version number to 0.4.7 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 05764c48..29e89203 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: cpp11 Title: A C++11 Interface for R's C Interface -Version: 0.4.6.9000 +Version: 0.4.7 Authors@R: c( person("Davis", "Vaughan", email = "davis@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4777-038X")), diff --git a/NEWS.md b/NEWS.md index 73e049bb..889f6208 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# cpp11 (development version) +# cpp11 0.4.7 * Internal changes requested by CRAN to fix invalid format string tokens (@paleolimbot, #345).