From 7a447928da22ece549a0b9fbc34787005ab22878 Mon Sep 17 00:00:00 2001 From: Lionel Henry Date: Thu, 29 Apr 2021 17:11:51 +0200 Subject: [PATCH] Increment version number --- DESCRIPTION | 2 +- NEWS.md | 5 +++++ cran-comments.md | 13 ------------- src/version.c | 2 +- 4 files changed, 7 insertions(+), 15 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6b4a64fc4..b343c0e99 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: vctrs Title: Vector Helpers -Version: 0.3.7 +Version: 0.3.8 Authors@R: c(person(given = "Hadley", family = "Wickham", diff --git a/NEWS.md b/NEWS.md index 1347deeef..940910253 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# vctrs 0.3.8 + +* Compatibility with next version of rlang. + + # vctrs 0.3.7 * `vec_ptype_abbr()` gains arguments to control whether to indicate diff --git a/cran-comments.md b/cran-comments.md index e847ed767..0037a2f6b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,16 +1,3 @@ -## Test environments - -* local macOS: release -* Travis Ubuntu: 3.3, 3.4, 3.5, 3.6, 4.0, devel -* win-builder: release, devel -* R-Hub: UBSAN, rchk, and valgrind builds - - ## R CMD check results 0 errors | 0 warnings | 0 notes - - -## Revdep checks - -We ran checks on revdeps of vctrs, dplyr, and tidyr. No problems were found. diff --git a/src/version.c b/src/version.c index 5993d4f12..9ecad7b83 100644 --- a/src/version.c +++ b/src/version.c @@ -1,7 +1,7 @@ #define R_NO_REMAP #include -const char* vctrs_version = "0.3.7"; +const char* vctrs_version = "0.3.8"; /** * This file records the expected package version in the shared