From bc6979587bc5ad11229552e021efbe96f477cc71 Mon Sep 17 00:00:00 2001 From: DavisVaughan Date: Thu, 28 Oct 2021 10:02:44 -0400 Subject: [PATCH 1/4] Update CRAN comments --- cran-comments.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cran-comments.md b/cran-comments.md index ac7837df..0845fd97 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -9,6 +9,12 @@ We checked 2 reverse dependencies, comparing R CMD check results across CRAN and * We saw 0 new problems * We failed to check 0 packages +## 0.5.0 Submission + +This is a minor release with a few new parsing functions, updates to the +required version of tzdb, and a few small changes to default formatting output +and parsing input. + ## 0.4.1 Submission This is a patch release to support upcoming changes in testthat. From b137f7a8942b94ff2d53c5615b68c030564f94b9 Mon Sep 17 00:00:00 2001 From: DavisVaughan Date: Thu, 28 Oct 2021 10:04:09 -0400 Subject: [PATCH 2/4] Increment version number to 0.5.0 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 255cb236..5274571e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: clock Title: Date-Time Types and Tools -Version: 0.4.1.9000 +Version: 0.5.0 Authors@R: c(person(given = "Davis", family = "Vaughan", diff --git a/NEWS.md b/NEWS.md index 32f37462..16a91581 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# clock (development version) +# clock 0.5.0 * New `date_time_parse_RFC_3339()` and `sys_time_parse_RFC_3339()` for parsing date-time strings in the From ccd478b396711c869f1e6f33e491a027c7fce1d0 Mon Sep 17 00:00:00 2001 From: DavisVaughan Date: Thu, 28 Oct 2021 14:28:33 -0400 Subject: [PATCH 3/4] CRAN-RELEASE --- CRAN-RELEASE | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CRAN-RELEASE diff --git a/CRAN-RELEASE b/CRAN-RELEASE new file mode 100644 index 00000000..f9d44ac6 --- /dev/null +++ b/CRAN-RELEASE @@ -0,0 +1,2 @@ +This package was submitted to CRAN on 2021-10-28. +Once it is accepted, delete this file and tag the release (commit b137f7a). From d6cac11d96375ea135b42a0e6d3221a2b3240ef3 Mon Sep 17 00:00:00 2001 From: DavisVaughan Date: Fri, 29 Oct 2021 09:46:09 -0400 Subject: [PATCH 4/4] Delete CRAN-RELEASE --- CRAN-RELEASE | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 CRAN-RELEASE diff --git a/CRAN-RELEASE b/CRAN-RELEASE deleted file mode 100644 index f9d44ac6..00000000 --- a/CRAN-RELEASE +++ /dev/null @@ -1,2 +0,0 @@ -This package was submitted to CRAN on 2021-10-28. -Once it is accepted, delete this file and tag the release (commit b137f7a).