diff --git a/DESCRIPTION b/DESCRIPTION index f6083c6e..7651aea7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: cynkrathis Title: Simplify Project Scaffolding and Common 'renv' Related Tasks -Version: 0.3.2 +Version: 0.3.3 Authors@R: c(person(given = "Patrick", family = "Schratz", diff --git a/NEWS.md b/NEWS.md index d1083dda..53bc9816 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ +# cynkrathis 0.3.3 (2021-07-12) + +- `renv_downgrade()`: Account for packages from remote sources and CRAN's "recommended" packages + + # cynkrathis 0.3.2 (2021-06-17) - `deploy_minicran_package()` now also works if no global git config was set by copying the projects git config to the temporary drat directory (#21)