Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Jun 17, 2021
1 parent 4bdf797 commit 2bc089e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cynkrathis
Title: Simplify Project Scaffolding and Common 'renv' Related Tasks
Version: 0.3.1.9001
Version: 0.3.2
Authors@R:
c(person(given = "Patrick",
family = "Schratz",
Expand Down
8 changes: 3 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# cynkrathis 0.3.1.9001 (2021-06-11)
# 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)
- `deploy_minicran_package()` uses a fresh directory for each clone task now instead of reusing the previous one which might lead to conflicts (#22)
- Add `renv_install_local()`, an {renv} helper which helps building local packages by moving them to the shared {renv} cache location for local packages and installing them - all in one step


# cynkrathis 0.3.1.9000 (2021-06-11)

- Add `renv_donwgrade()`, a helper for downgrading to old RSPM snapshots


Expand Down

0 comments on commit 2bc089e

Please sign in to comment.