diff --git a/DESCRIPTION b/DESCRIPTION index 69da806..2a3a0d9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -6,7 +6,7 @@ Description: Interact with the 'Google Compute Engine' API in R. Lets you create start and stop instances in the 'Google Cloud'. Support for preconfigured instances, with templates for common R needs. Authors@R: c( - person("Mark", "Edmondson", email = "m@sunholo.com", + person("Mark", "Edmondson", email = "r@sunholo.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8434-3881")), person("Scott", "Chamberlain", role = "ctb", email = "myrmecocystus@gmail.com"), diff --git a/NEWS.md b/NEWS.md index 78c4886..f22dc21 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# 0.2.0.9001 +# 0.3.0 * Fixed broken passing of `zone` and `project` arguments in `gce_vm`, `gce_vm_template`, `gce_get_external_ip`, and `gce_set_metadata`. * remove `gce_auth()` to favour auth with JSON key (#79)