From 9455e2ed016dbfed4f4638d21d6edcfe670d2bab Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Wed, 19 Apr 2023 16:00:30 -0400 Subject: [PATCH] RC 0.6.2 (#1831) * Update cran comments * Increment version number to 0.6.2 * CRAN-SUBMISSION * CRAN-SUBMISSION * Delete CRAN-SUBMISSION --- DESCRIPTION | 2 +- NEWS.md | 2 +- cran-comments.md | 2 +- src/version.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index de3781742..d79fb8de6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: vctrs Title: Vector Helpers -Version: 0.6.1.9000 +Version: 0.6.2 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = "aut"), person("Lionel", "Henry", , "lionel@posit.co", role = "aut"), diff --git a/NEWS.md b/NEWS.md index bcfdead5e..9e7cc5be5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# vctrs (development version) +# vctrs 0.6.2 * Fixed conditional S3 registration to avoid a CRAN check NOTE that appears in R >=4.3.0 (#1832). diff --git a/cran-comments.md b/cran-comments.md index de2aae033..5831e7cf8 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,3 @@ This is a patch release with no expected breakage of any reverse dependencies. -We fixed the failing tests related to sf. +We are maintaining compatibility with an upcoming release of waldo. diff --git a/src/version.c b/src/version.c index a43271232..8340f3b38 100644 --- a/src/version.c +++ b/src/version.c @@ -1,7 +1,7 @@ #define R_NO_REMAP #include -const char* vctrs_version = "0.6.1.9000"; +const char* vctrs_version = "0.6.2"; /** * This file records the expected package version in the shared