Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Apr 29, 2021
1 parent 928bcf0 commit 7a44792
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 0 additions & 13 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion src/version.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define R_NO_REMAP
#include <Rinternals.h>

const char* vctrs_version = "0.3.7";
const char* vctrs_version = "0.3.8";

/**
* This file records the expected package version in the shared
Expand Down

0 comments on commit 7a44792

Please sign in to comment.