diff --git a/DESCRIPTION b/DESCRIPTION index b1cf536..62fed58 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: cowplot Title: Streamlined Plot Theme and Plot Annotations for 'ggplot2' -Version: 0.9.1 +Version: 0.9.2 Authors@R: c( person("Claus O.", "Wilke", role = c("aut", "cre"), email = "wilke@austin.utexas.edu"), person("RStudio", role = c("cph"), comment = "Copyright for ggplot2 code copied to cowplot" )) Description: Some helpful extensions and modifications to the 'ggplot2' diff --git a/NEWS b/NEWS index 1444667..40708a5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +cowplot 0.9.2 +---------------------------------------------------------------- +- Rewritten cowplot::ggsave function that calls ggplot2::ggsave +- More robust handling of R graphics device weirdness/plots popping up in the wrong places + cowplot 0.9.1 ---------------------------------------------------------------- - Make examples and vignettes fail gracefully when magick package is not installed