Skip to content

Commit

Permalink
Bump to Dev version after CRAN release
Browse files Browse the repository at this point in the history
Bump to v0.2.2.9000 and the NEWS.md

Fix issue where CRAN release triggers an error for one URL that was missing a trailing slash

Add GitHub Sponsors to FUNDING.yml since account was approved
  • Loading branch information
StevenMMortimer committed Sep 12, 2020
1 parent 7f90ae5 commit 6b860c8
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
github: StevenMMortimer
ko_fi: StevenMMortimer
tidelift: cran/salesforcer
tidelift: cran/salesforcer
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: salesforcer
Title: An Implementation of 'Salesforce' APIs Using Tidy Principles
Version: 0.2.2
Date: 2020-09-07
Version: 0.2.2.9000
Date: 2020-09-12
Description: Functions connecting to the 'Salesforce' Platform APIs (REST, SOAP,
Bulk 1.0, Bulk 2.0, Metadata, Reports and Dashboards)
<https://trailhead.salesforce.com/en/content/learn/modules/api_basics/api_basics_overview>.
Expand Down
27 changes: 26 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
## salesforcer 0.2.2
## salesforcer 0.2.2.9000

### Dependencies

* None yet.

### Features

* None yet.

### Bug fixes

* None yet.

---

## salesforcer 0.2.2 [release](https://github.com/StevenMMortimer/salesforcer/releases/tag/v0.2.2)

### Dependencies

Expand All @@ -14,6 +30,15 @@
```r
Warning: replacing previous import 'vctrs::data_frame' by 'tibble::data_frame' when loading 'dplyr'
```

### Features

* None


### Bug fixes

* None

## salesforcer 0.2.1 [release](https://github.com/StevenMMortimer/salesforcer/releases/tag/v0.2.1)

Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ salesforcer_state <- function(){
#' \dontrun{
#' get_os()
#' }
#' @seealso \url{https://conjugateprior.org/2015/06/identifying-the-os-from-r}
#' @seealso \url{https://conjugateprior.org/2015/06/identifying-the-os-from-r/}
#' @note This function is meant to be used internally. Only use when debugging.
#' @keywords internal
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/get_os.Rd

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

0 comments on commit 6b860c8

Please sign in to comment.