Skip to content

Commit

Permalink
RC 0.6.2 (#1831)
Browse files Browse the repository at this point in the history
* Update cran comments

* Increment version number to 0.6.2

* CRAN-SUBMISSION

* CRAN-SUBMISSION

* Delete CRAN-SUBMISSION
  • Loading branch information
DavisVaughan committed Apr 19, 2023
1 parent 482a6e4 commit 9455e2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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"),
Expand Down
2 changes: 1 addition & 1 deletion 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).
Expand Down
2 changes: 1 addition & 1 deletion 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.
2 changes: 1 addition & 1 deletion src/version.c
@@ -1,7 +1,7 @@
#define R_NO_REMAP
#include <Rinternals.h>

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
Expand Down

0 comments on commit 9455e2e

Please sign in to comment.