From ae699d14ce32444ecd797e287f9384faf3726c74 Mon Sep 17 00:00:00 2001 From: Lionel Henry Date: Fri, 31 May 2024 14:36:55 +0200 Subject: [PATCH] Increment version number to 1.1.4 --- DESCRIPTION | 2 +- NEWS.md | 2 +- cran-comments.md | 1 + src/version.c | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 596c464d70..e021a0c342 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: rlang -Version: 1.1.3.9000 +Version: 1.1.4 Title: Functions for Base Types and Core R and 'Tidyverse' Features Description: A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy diff --git a/NEWS.md b/NEWS.md index 50ef6f9b7e..7c344ebbcf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# rlang (development version) +# rlang 1.1.4 * Added missing C level `r_dyn_raw_push_back()` and `r_dyn_chr_push_back()` utilities (#1699). diff --git a/cran-comments.md b/cran-comments.md index e69de29bb2..fa060e31d8 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -0,0 +1 @@ +Fixes the r-devel error. I will need more time to look into the private API notes. \ No newline at end of file diff --git a/src/version.c b/src/version.c index 8c8043f93e..ffbff03611 100644 --- a/src/version.c +++ b/src/version.c @@ -1,7 +1,7 @@ #define R_NO_REMAP #include -const char* rlang_version = "1.1.3.9000"; +const char* rlang_version = "1.1.4"; /** * This file records the expected package version in the shared