Skip to content

Commit

Permalink
Increment version number to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Oct 26, 2023
1 parent 6001975 commit bfc76d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rlang (development version)
# rlang 1.1.2

* Fixed an off-by-one typo in the traceback source column location (#1633).

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/version.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define R_NO_REMAP
#include <Rinternals.h>

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
Expand Down

0 comments on commit bfc76d1

Please sign in to comment.