Skip to content

Commit

Permalink
Merge branch 'main' into upkeep
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Jul 1, 2024
2 parents 454ce4b + 3ef589a commit 2f9540d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pillar
Title: Coloured Formatting for Columns
Version: 1.9.0.9010
Version: 1.9.0.9012
Authors@R:
c(person(given = "Kirill",
family = "M\u00fcller",
Expand Down Expand Up @@ -52,7 +52,7 @@ VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first:
Expand Down
16 changes: 16 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# pillar 1.9.0.9012

## Chore

- Auto-update from GitHub Actions.

Run: https://github.com/r-lib/pillar/actions/runs/9728438554


# pillar 1.9.0.9011

## Documentation

- Only implement `type_sum.accel()` in pkgdown mode (#661).


# pillar 1.9.0.9010

## Chore
Expand Down

0 comments on commit 2f9540d

Please sign in to comment.