Skip to content

Commit 8a49e0f

Browse files
authored
chore: release connectapi 0.7.0 (#388)
1 parent 79bd3c9 commit 8a49e0f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: connectapi
33
Title: Utilities for Interacting with the 'Posit Connect' Server API
4-
Version: 0.6.0.9000
4+
Version: 0.7.0
55
Authors@R: c(
66
person(given = "Toph",
77
family = "Allen",

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# connectapi (development version)
1+
# connectapi 0.7.0
22

33
## New features
44

@@ -7,7 +7,7 @@
77
- New `get_content_packages()` function to get a data frame of all package
88
dependencies for a content item. (#374)
99
- New `get_aws_credentials()` and `get_aws_content_credentials` functions for interacting with Connect's
10-
`/v1/oauth/integrations/credentials` endpoint. This endpoint allows content running on Posit Connect to
10+
`/v1/oauth/integrations/credentials` endpoint. This endpoint allows content running on Posit Connect to
1111
obtain temporary AWS credentials for an AWS IAM role specified by the system administrator.
1212
(#380).
1313

renv.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Repositories": [
55
{
66
"Name": "CRAN",
7-
"URL": "https://packagemanager.rstudio.com/cran/latest"
7+
"URL": "https://packagemanager.posit.co/cran/latest"
88
}
99
]
1010
},

0 commit comments

Comments
 (0)