Skip to content

Commit 3efffd6

Browse files
committed
Send out revdep emails
1 parent d6ef15d commit 3efffd6

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: stringr
22
Title: Simple, Consistent Wrappers for Common String Operations
3-
Version: 1.3.0
3+
Version: 1.2.0.9000
44
Authors@R: c(
55
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre", "cph")),
66
person("RStudio", role = c("cph", "fnd"))

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# stringr 1.3.0
22

3+
## API changes
4+
5+
* During package build, you may see
6+
`Error : object ‘ignore.case’ is not exported by 'namespace:stringr'`.
7+
This is because the long deprecated `str_join()`, `ignore.case()` and
8+
`perl()` have now been removed.
9+
310
## New features
411

512
* `str_glue()` and `str_glue_data()` provide convenient wrappers around

revdep/email.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
release_date: ???
2-
rel_release_date: ???
3-
my_news_url: ???
1+
release_date: Jan 26
2+
rel_release_date: one month
3+
release_version: 1.3.0
4+
my_news_url: https://github.com/tidyverse/stringr/blob/master/NEWS.md
45

0 commit comments

Comments
 (0)