Skip to content

Commit

Permalink
Increment version number to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Sep 26, 2023
1 parent 5d4265a commit 0752803
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Expand Up @@ -8,7 +8,6 @@ on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: R-CMD-check

Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: withr
Title: Run Code 'With' Temporarily Modified Global State
Version: 2.5.0
Version: 2.5.1
Authors@R:
c(person(given = "Jim",
family = "Hester",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
@@ -1,3 +1,8 @@
# withr 2.5.1

* Fixes for CRAN checks.


# withr 2.5.0

* `defer()` and all `local_*()` functions now work when run inside of
Expand Down
10 changes: 1 addition & 9 deletions cran-comments.md
@@ -1,9 +1 @@
## R CMD check results
There were no NOTEs, ERRORs or WARNINGs.

## revdepcheck results

We checked 324 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Fixes the timezone and translation issues

0 comments on commit 0752803

Please sign in to comment.