Skip to content

Commit

Permalink
v0.4.0 (#196)
Browse files Browse the repository at this point in the history
* Increment version number to 0.4.0

* chore: revdepcheck

* chore: update cran comments
  • Loading branch information
gadenbuie authored Jan 26, 2025
1 parent e905638 commit 650aed0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: chromote
Title: Headless Chrome Web Browser Interface
Version: 0.3.1.9000
Version: 0.4.0
Authors@R: c(
person("Winston", "Chang", , "[email protected]", role = c("aut", "cre")),
person("Barret", "Schloerke", , "[email protected]", role = "aut",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# chromote (development version)
# chromote 0.4.0

* Chrome v132 and later no longer support [old headless mode](https://developer.chrome.com/blog/removing-headless-old-from-chrome). As such, `chromote` no longer defaults to using `--headless=old` and now uses `--headless` when running Chrome. You can still use the `chromote.headless` option or `CHROMOTE_HEADLESS` environment variable to configure the `--headless` flag if you're using an older version of Chrome. (#187)

Expand Down
7 changes: 2 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
We apologize for re-submitting so quickly. We realized we introduced a serious
bug in the last release and a quick fix is essential.

## R CMD check results

0 errors | 0 warnings | 0 notes


## revdepcheck results

We checked 20 reverse dependencies (19 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 24 reverse dependencies (23 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
* We failed to check 0 packages
2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 20 reverse dependencies (19 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 24 reverse dependencies (23 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down
2 changes: 1 addition & 1 deletion revdep/failures.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/renderthis
* Number of recursive dependencies: 81
* Number of recursive dependencies: 77

Run `revdepcheck::cloud_details(, "renderthis")` for more info

Expand Down

0 comments on commit 650aed0

Please sign in to comment.