Skip to content

Commit c0a0da0

Browse files
committed
Bump to 0.4.6
1 parent a90b04b commit c0a0da0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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: 0.4.5.9000
2+
Version: 0.4.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11

2-
# rlang (development version)
2+
# rlang 0.4.6
33

44
* `!!!` now uses a combination of `length()`, `names()`, and `[[` to splice
55
S3 and S4 objects. This produces more consistent behaviour than `as.list()`
66
on a wider variety of vector classes (#945, tidyverse/dplyr#4931).
77

8+
89
# rlang 0.4.5
910

1011
* `set_names()`, `is_formula()`, and `names2()` are now implemented in

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 = "0.4.5.9000";
4+
const char* rlang_version = "0.4.6";
55

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

0 commit comments

Comments
 (0)