diff --git a/DESCRIPTION b/DESCRIPTION index 3b210153..be280d76 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,11 +1,15 @@ Type: Package Package: connectapi Title: Utilities for Interacting with the 'Posit Connect' Server API -Version: 0.9.0.9000 +Version: 0.10.0 Authors@R: c( + person(given = "Kara", + family = "Woo", + role = c("aut", "cre"), + email = "kara.woo@posit.co"), person(given = "Toph", family = "Allen", - role = c("aut", "cre"), + role = c("aut"), email = "toph@posit.co"), person(given = "Neal", family = "Richardson", diff --git a/NEWS.md b/NEWS.md index 262a0ea2..f885fe5d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # connectapi (development version) +# connectapi 0.10.0 + - Removed `prefix` argument to `connect()` function, which was a convenience utility for testing. (#477) ## Breaking changes diff --git a/cran-comments.md b/cran-comments.md index c0c9c6f2..e5b735be 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,6 @@ ## R CMD check results -0 errors ✔ | 0 warnings ✔ | 0 notes ✔ +0 errors | 0 warnings | 1 note + +* This release changes the maintainer from Toph Allen, who is no longer at + Posit, to Kara Woo. diff --git a/man/connectapi-package.Rd b/man/connectapi-package.Rd index ae8b3f63..ea685ca8 100644 --- a/man/connectapi-package.Rd +++ b/man/connectapi-package.Rd @@ -31,10 +31,11 @@ Useful links: } \author{ -\strong{Maintainer}: Toph Allen \email{toph@posit.co} +\strong{Maintainer}: Kara Woo \email{kara.woo@posit.co} Authors: \itemize{ + \item Toph Allen \email{toph@posit.co} \item Neal Richardson \item Sean Lopp \item Cole Arendt