Skip to content

Commit 8d73808

Browse files
committed
Increment version number to 2.1.2
1 parent 85c50fd commit 8d73808

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed

CRAN-SUBMISSION

Lines changed: 0 additions & 3 deletions
This file was deleted.

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: usethis
22
Title: Automate Package and Project Setup
3-
Version: 2.1.1
3+
Version: 2.1.2
44
Authors@R:
55
c(person(given = "Hadley",
66
family = "Wickham",

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# usethis 2.1.1
1+
# usethis 2.1.2
22

33
`git_default_branch_rename()` no longer errors on repos where README exists, but has no badge block.
44

55
`git_default_branch_rediscover()` prunes the defunct remote ref to the old default branch, e.g. `origin/master`.
66

7+
Version 2.1.1 was never released. Version was advanced from 2.1.1 to 2.1.2 strictly for CRAN (re-)submission purposes.
8+
79
# usethis 2.1.0
810

911
## Git default branch support

cran-comments.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
## Special note
22

3-
This is a rapid patch release of v2.1.1, right after the release of v2.1.0.
4-
5-
I discovered and fixed a bug and would love to release this version without waiting a week.
6-
7-
I know this should be very rare and certainly do not plan to make a habit of this.
8-
9-
Thanks in advance for your consideration.
10-
11-
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.
3+
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.
124

135
## R CMD check results
146

0 commit comments

Comments
 (0)