Skip to content

Commit b9195e0

Browse files
authored
chore: updates for CRAN release (#494)
1 parent bb19275 commit b9195e0

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

DESCRIPTION

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
Type: Package
22
Package: connectapi
33
Title: Utilities for Interacting with the 'Posit Connect' Server API
4-
Version: 0.9.0.9000
4+
Version: 0.10.0
55
Authors@R: c(
6+
person(given = "Kara",
7+
family = "Woo",
8+
role = c("aut", "cre"),
9+
email = "[email protected]"),
610
person(given = "Toph",
711
family = "Allen",
8-
role = c("aut", "cre"),
12+
role = c("aut"),
913
email = "[email protected]"),
1014
person(given = "Neal",
1115
family = "Richardson",

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# connectapi (development version)
22

3+
# connectapi 0.10.0
4+
35
- Removed `prefix` argument to `connect()` function, which was a convenience utility for testing. (#477)
46

57
## Breaking changes

cran-comments.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
## R CMD check results
22

3-
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
3+
0 errors | 0 warnings | 1 note
4+
5+
* This release changes the maintainer from Toph Allen, who is no longer at
6+
Posit, to Kara Woo.

man/connectapi-package.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)