Skip to content

Commit

Permalink
Merge tag 'v1.0-14'
Browse files Browse the repository at this point in the history
- `$` doesn't attempt partial matching (#109).
- Skip test that fails on Windows (#100).
  • Loading branch information
Kirill Müller committed Jun 30, 2016
2 parents 226ab7c + 87f654a commit 9f29bb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tibble
Encoding: UTF-8
Version: 1.0-13
Version: 1.0-14
Title: Simple Data Frames
Description: Provides a 'tbl_df' class that offers better checking and
printing capabilities than traditional data frames.
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# tibble 1.0-14 (2016-07-01)

- `$` doesn't attempt partial matching (#109).
- Skip test that fails on Windows (#100).


# tibble 1.0-13 (2016-06-30)

- New `has_name() (#102).
Expand Down

0 comments on commit 9f29bb5

Please sign in to comment.