From 8d738089753f346d82708873bb33139c19984631 Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Mon, 25 Oct 2021 08:34:21 -0700 Subject: [PATCH] Increment version number to 2.1.2 --- CRAN-SUBMISSION | 3 --- DESCRIPTION | 2 +- NEWS.md | 4 +++- cran-comments.md | 10 +--------- 4 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 CRAN-SUBMISSION diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION deleted file mode 100644 index cd38edd94..000000000 --- a/CRAN-SUBMISSION +++ /dev/null @@ -1,3 +0,0 @@ -Version: 2.1.1 -Date: 2021-10-18 20:04:56 UTC -SHA: e05dd0fbc5d99e46222ad792f4a05d6d0cdd64b6 diff --git a/DESCRIPTION b/DESCRIPTION index 232ede966..452e82f1a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: usethis Title: Automate Package and Project Setup -Version: 2.1.1 +Version: 2.1.2 Authors@R: c(person(given = "Hadley", family = "Wickham", diff --git a/NEWS.md b/NEWS.md index 990a3d56c..509ae345a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,11 @@ -# usethis 2.1.1 +# usethis 2.1.2 `git_default_branch_rename()` no longer errors on repos where README exists, but has no badge block. `git_default_branch_rediscover()` prunes the defunct remote ref to the old default branch, e.g. `origin/master`. +Version 2.1.1 was never released. Version was advanced from 2.1.1 to 2.1.2 strictly for CRAN (re-)submission purposes. + # usethis 2.1.0 ## Git default branch support diff --git a/cran-comments.md b/cran-comments.md index bd5fce8b6..84ec6d3e0 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,14 +1,6 @@ ## Special note -This is a rapid patch release of v2.1.1, right after the release of v2.1.0. - -I discovered and fixed a bug and would love to release this version without waiting a week. - -I know this should be very rare and certainly do not plan to make a habit of this. - -Thanks in advance for your consideration. - -Also, in case it comes up, the reverse dependency tidytuesdayR regularly fails due to it hitting a GitHub API rate limit in its tests. This is an expected false positive (we've seen it more than once now) and has nothing to do with usethis. +In case it comes up, the reverse dependency tidytuesdayR regularly fails when CRAN checks usethis, due to tidytuesdayR hitting a GitHub API rate limit in its tests. This is an expected false positive (we've seen it more than once now) and has nothing to do with usethis. ## R CMD check results