diff --git a/DESCRIPTION b/DESCRIPTION index 5a70584ea..153b7339f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: vctrs Title: Vector Helpers -Version: 0.6.3.9000 +Version: 0.6.4 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 7e3f486dc..a9e0972e3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# vctrs (development version) +# vctrs 0.6.4 * Fixed a performance issue with `vec_c()` and ALTREP vectors (in particular, the new ALTREP list vectors in R-devel) (#1884). diff --git a/src/version.c b/src/version.c index 806ba8e51..0a0a80bdd 100644 --- a/src/version.c +++ b/src/version.c @@ -1,7 +1,7 @@ #define R_NO_REMAP #include -const char* vctrs_version = "0.6.3.9000"; +const char* vctrs_version = "0.6.4"; /** * This file records the expected package version in the shared