Skip to content

Commit

Permalink
Bump version to 3.2.1.9013
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 20, 2023
1 parent 6f5c3af commit a9b8d72
Show file tree
Hide file tree
Showing 2 changed files with 12 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
Title: Simple Data Frames
Version: 3.2.1.9012
Version: 3.2.1.9013
Authors@R:
c(person(given = "Kirill",
family = "M\u00fcller",
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# tibble 3.2.1.9013

## Features

- `as_tibble()` calls `as.data.frame()` for objects that are not subclasses of `"tbl_df"` (@TimTaylor, #1556, #1557).

## Chore

- Check fast path first.


# tibble 3.2.1.9012

## Chore
Expand Down

0 comments on commit a9b8d72

Please sign in to comment.