Skip to content

Commit 58ccc37

Browse files
committed
Increment version number to 2.1.2
1 parent 9610228 commit 58ccc37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: readr
22
Title: Read Rectangular Text Data
3-
Version: 2.1.1.9000
3+
Version: 2.1.2
44
Authors@R: c(
55
person("Hadley", "Wickham", , "[email protected]", role = "aut"),
66
person("Jim", "Hester", role = "aut"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# readr (development version)
1+
# readr 2.1.2
22

33
* `read_table()`, `read_log()`, and `read_delim_chunked()` (and friends) gain the `show_col_types` argument found elsewhere. All `read_*()` functions now respect the `show_col_types` argument or option, even when using the first edition parsing engine (#1331).
44

0 commit comments

Comments
 (0)