From 6081f7e5d5598e329349c76555be901db324bce0 Mon Sep 17 00:00:00 2001 From: wlandau Date: Tue, 4 Feb 2025 12:51:56 -0500 Subject: [PATCH] version --- DESCRIPTION | 2 +- NEWS.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e4bdd9f1b..6e85b1852 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,7 +12,7 @@ Description: Pipeline tools coordinate the pieces of computationally The methodology in this package borrows from GNU 'Make' (2015, ISBN:978-9881443519) and 'drake' (2018, ). -Version: 1.10.1.9001 +Version: 1.10.1.9002 License: MIT + file LICENSE URL: https://docs.ropensci.org/targets/, https://github.com/ropensci/targets BugReports: https://github.com/ropensci/targets/issues diff --git a/NEWS.md b/NEWS.md index bfd3ce210..422d64116 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ -# targets 1.10.1.9001 (development) +# targets 1.10.1.9002 (development) -* Upload workspaces to the cloud if `tar_option_get("repository_meta")` is `"aws"`. Download them with `tar_workspace_download()` and delete them with `tar_destroy(destroy = "all")` or `tar_destroy(destroy = "cloud")`. +* Upload workspaces to the cloud if `tar_option_get("repository_meta")` is `"aws"` or `"gcp"`. Download them with `tar_workspace_download()` and delete them with `tar_destroy(destroy = "all")` or `tar_destroy(destroy = "cloud")`. # targets 1.10.1