Skip to content

Commit f639920

Browse files
committed
Increment version number to 1.1.6
1 parent 76fa556 commit f639920

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: rlang
2-
Version: 1.1.5.9000
2+
Version: 1.1.6
33
Title: Functions for Base Types and Core R and 'Tidyverse' Features
44
Description: A toolbox for working with base types, core R features
55
like the condition system, and core 'Tidyverse' features like tidy

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# rlang (development version)
1+
# rlang 1.1.6
2+
3+
* Fixes for CRAN checks.
4+
5+
* Progress towards making rlang conformant with the public C API of R.
26

37
* `env_browse()` and `env_is_browsed()` are now defunct as they require an API
48
that is no longer available to packages (#1727).

src/version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define R_NO_REMAP
22
#include <Rinternals.h>
33

4-
const char* rlang_version = "1.1.5.9000";
4+
const char* rlang_version = "1.1.6";
55

66
/**
77
* This file records the expected package version in the shared

0 commit comments

Comments
 (0)