Skip to content

Commit

Permalink
chore: Bump versions for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorld committed Feb 16, 2022
1 parent e644da5 commit 153b60c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: gridpattern
Type: Package
Title: 'grid' Pattern Grobs
Version: 0.5.0-10
Version: 0.5.1
Authors@R: c(person("Mike", "FC", role = "aut", comment = "Code/docs adapted from ggpattern"),
person("Trevor L", "Davis", role=c("aut", "cre"), email="[email protected]"),
person("Thomas Lin", "Pedersen", role = "ctb", comment = "new_data_frame() copied from ggplot2"))
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gridpattern v0.5.0
gridpattern v0.5.1
==================

Breaking Changes
Expand All @@ -10,7 +10,7 @@ Breaking Changes
or the global option `ggpattern_use_R4.1_features` to toggle on/off the R 4.1 alpha mask
feature instead of using the `use_R4.1_clipping` argument or
the global option `ggpattern_use_R4.1_clipping` as before
(the latter continue to toggle on/off the R 4.1 clipping path feature in `clippingPathGrob()`.
(the latter continue to toggle on/off the R 4.1 clipping path feature in `clippingPathGrob()`).

New Features
------------
Expand All @@ -30,7 +30,7 @@ Bug fixes and minor improvements
It also returns `TRUE` for `svglite::svglite()` if `packageVersion("svglite") >= '2.1.0'`.
* `clippingPathGrob()` will now consistently - as previously documented - use `ragg::agg_png()`
as the default `png_device` graphics device if it is available and `use_R4.1_clipping` is `FALSE`.
* `grid.pattern_image()` should no longer throw an inscrutable `Error in magick_image_readpath`
* `grid.pattern_image()` should no longer throw an inscrutable `Error in magick_image_readpath`...
error on certain platforms such as Windows (#47).

gridpattern v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Test environments

* win-builder (windows, R devel)
* local (linux, R 4.2.0)
* local (linux, R 4.1.2)
* github actions (windows, R release)
* github actions (osx, R release)
* github actions (linux, R oldrel)
Expand Down

0 comments on commit 153b60c

Please sign in to comment.