Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Aug 5, 2021
1 parent a08db02 commit d990d6f
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: vroom
Title: Read and Write Rectangular Text Data Quickly
Version: 1.5.3.9000
Version: 1.5.4
Authors@R:
c(person(given = "Jim",
family = "Hester",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vroom (development version)
# vroom 1.5.4

* `vroom(col_types=)` now accepts column type names like those accepted by utils::read.table. e.g.
vroom::vroom(col_types = list(a = "integer", b = "double", c = "skip"))
Expand Down

0 comments on commit d990d6f

Please sign in to comment.