Skip to content

Commit e05dd0f

Browse files
committed
Increment version number to 2.1.1
1 parent bdff532 commit e05dd0f

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

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.0.9000
3+
Version: 2.1.1
44
Authors@R:
55
c(person(given = "Hadley",
66
family = "Wickham",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# usethis (development version)
1+
# usethis 2.1.1
22

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

cran-comments.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1+
## Special note
2+
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.
12+
113
## R CMD check results
214

3-
0 errors | 0 warnings | 0 notes
15+
0 errors | 0 warnings | 1 note
16+
17+
The note is "Days since last update: 2" (see above).
418

519
## revdepcheck results
620

0 commit comments

Comments
 (0)