Skip to content

Commit 8994e1e

Browse files
committed
Bump version to 3.1.2.9001
1 parent d0c8f70 commit 8994e1e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tibble
22
Title: Simple Data Frames
3-
Version: 3.1.2.9000
3+
Version: 3.1.2.9001
44
Authors@R:
55
c(person(given = "Kirill",
66
family = "M\u00fcller",

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->
22

3+
# tibble 3.1.2.9001
4+
5+
- Use `pillar::dim_desc()` (#859).
6+
- `[[<-()` supports symbols (#893).
7+
- `enframe()` and `deframe()` support arbitrary vectors (#730).
8+
- `tibble()` and `tibble_row()` ignore all columns that evaluate to `NULL`, not only those where a verbatim `NULL` is passed (#895, #900).
9+
- `new_tibble()` is now faster (#901, @mgirlich).
10+
- Establish compatibility with testthat > 3.0.3 (#896, @lionel-).
11+
12+
313
# tibble 3.1.2.9000
414

515
- Bump required versions of ellipsis and vctrs to avoid warning during package load.

0 commit comments

Comments
 (0)