Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"),
person(given = "Toph",
family = "Allen",
role = c("aut", "cre"),
role = c("aut"),
email = "[email protected]"),
person(given = "Neal",
family = "Richardson",
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 2 additions & 1 deletion man/connectapi-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading