Skip to content

Commit

Permalink
Increment version number to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jan 30, 2022
1 parent 9610228 commit 58ccc37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: readr
Title: Read Rectangular Text Data
Version: 2.1.1.9000
Version: 2.1.2
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut"),
person("Jim", "Hester", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# readr (development version)
# readr 2.1.2

* `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).

Expand Down

0 comments on commit 58ccc37

Please sign in to comment.