We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7fccd commit 652f0c5Copy full SHA for 652f0c5
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: vctrs
2
Title: Vector Helpers
3
-Version: 0.4.2.9000
+Version: 0.5.0
4
Authors@R:
5
c(person(given = "Hadley",
6
family = "Wickham",
NEWS.md
@@ -1,4 +1,4 @@
-# vctrs (development version)
+# vctrs 0.5.0
* vctrs is now compliant with `-Wstrict-prototypes` as requested by CRAN
(#1729).
src/version.c
@@ -1,7 +1,7 @@
#define R_NO_REMAP
#include <Rinternals.h>
-const char* vctrs_version = "0.4.2.9000";
+const char* vctrs_version = "0.5.0";
/**
7
* This file records the expected package version in the shared
0 commit comments