diff --git a/DESCRIPTION b/DESCRIPTION index 989cbfb61..061d4370c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: pillar Title: Coloured Formatting for Columns -Version: 1.9.0.9027 +Version: 1.9.0.9028 Authors@R: c(person(given = "Kirill", family = "M\u00fcller", diff --git a/NEWS.md b/NEWS.md index 18df27462..562305c58 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,24 @@ +# pillar 1.9.0.9028 + +## Features + +- New `tbl_nrow()` to support lazy data frames (#679). + +## Chore + +- Fix vignette building if tibble is missing (#681). + +- Refactorings to improve duckplyr support (#682). + +## Continuous integration + +- Use styler from PR. + +- Correctly detect branch protection (#678). + + # pillar 1.9.0.9027 ## Continuous integration