From bfc76d115066afe3d06d7fd9d1d5b71399327de5 Mon Sep 17 00:00:00 2001 From: Lionel Henry Date: Thu, 26 Oct 2023 16:26:50 +0200 Subject: [PATCH] Increment version number to 1.1.2 --- DESCRIPTION | 2 +- NEWS.md | 3 ++- src/version.c | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7818142f5..cefc44441 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: rlang -Version: 1.1.1.9000 +Version: 1.1.2 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 f00b168ee..c6ba138fc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# rlang (development version) +# rlang 1.1.2 * Fixed an off-by-one typo in the traceback source column location (#1633). @@ -11,6 +11,7 @@ * Performance improvement in `.rlang_cli_compat()` (#1657). + # rlang 1.1.1 * `englue()` now allows omitting `{{`. This is to make it easier to diff --git a/src/version.c b/src/version.c index 7c95f20bc..7c85c6a06 100644 --- a/src/version.c +++ b/src/version.c @@ -1,7 +1,7 @@ #define R_NO_REMAP #include -const char* rlang_version = "1.1.1.9000"; +const char* rlang_version = "1.1.2"; /** * This file records the expected package version in the shared