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