Skip to content

Commit

Permalink
Bump version to 1.6.5.9002
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 31, 2022
1 parent dcc771e commit 8745786
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: pillar
Title: Coloured Formatting for Columns
Version: 1.6.5.9001
Version: 1.6.5.9002
Authors@R:
c(person(given = "Kirill",
family = "M\u00fcller",
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# pillar 1.6.5.9002

- Pillars use only as much width as required when printing (#484).
- Focus columns specified via the `focus` argument to `tbl_format_setup()` are kept in their original place and shown with the maximum width and with the "type" component underlined (#465).


# pillar 1.6.5.9001

- Update `s3_register()` to use new implementation from rlang (#462).
Expand Down

0 comments on commit 8745786

Please sign in to comment.