Skip to content

Commit 80074a1

Browse files
committed
Bump version to 3.1.4
1 parent cb68467 commit 80074a1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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.3.9003
3+
Version: 3.1.4
44
Authors@R:
55
c(person(given = "Kirill",
66
family = "M\u00fcller",

NEWS.md

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

3+
# tibble 3.1.4
4+
5+
- Same as previous version.
6+
7+
38
# tibble 3.1.3.9003
49

510
- `x[i, j] <- one_row_value` avoids explicit recycling of the right-hand side, the recycling happens implicitly in `vctrs::vec_assign()` for performance (#922).

0 commit comments

Comments
 (0)