From 6a1923967ac89af81e32a906104f028da65babd0 Mon Sep 17 00:00:00 2001 From: Kara Woo Date: Fri, 9 Jan 2026 18:15:04 -0800 Subject: [PATCH 1/4] add kara as maintainer --- DESCRIPTION | 6 +++++- man/connectapi-package.Rd | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3b210153..73413a77 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,9 +3,13 @@ Package: connectapi Title: Utilities for Interacting with the 'Posit Connect' Server API Version: 0.9.0.9000 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/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 From 60565bddc443797fb20f7e53566d9ead45f6d6c7 Mon Sep 17 00:00:00 2001 From: Kara Woo Date: Wed, 14 Jan 2026 10:27:42 -0800 Subject: [PATCH 2/4] update NEWS.md --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) 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 From 79b687b7d73732d6c50fed4a2a91e93f383051c6 Mon Sep 17 00:00:00 2001 From: Kara Woo Date: Wed, 14 Jan 2026 10:33:57 -0800 Subject: [PATCH 3/4] bump version --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 73413a77..be280d76 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ 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", From 72659d86037be29a40aa303bbf747229b506d52e Mon Sep 17 00:00:00 2001 From: Kara Woo Date: Wed, 14 Jan 2026 10:57:03 -0800 Subject: [PATCH 4/4] update cran comments --- cran-comments.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.