Skip to content

Commit

Permalink
Send out revdep emails
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Dec 28, 2017
1 parent d6ef15d commit 3efffd6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: stringr
Title: Simple, Consistent Wrappers for Common String Operations
Version: 1.3.0
Version: 1.2.0.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre", "cph")),
person("RStudio", role = c("cph", "fnd"))
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# stringr 1.3.0

## API changes

* During package build, you may see
`Error : object ‘ignore.case’ is not exported by 'namespace:stringr'`.
This is because the long deprecated `str_join()`, `ignore.case()` and
`perl()` have now been removed.

## New features

* `str_glue()` and `str_glue_data()` provide convenient wrappers around
Expand Down
7 changes: 4 additions & 3 deletions revdep/email.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
release_date: ???
rel_release_date: ???
my_news_url: ???
release_date: Jan 26
rel_release_date: one month
release_version: 1.3.0
my_news_url: https://github.com/tidyverse/stringr/blob/master/NEWS.md

0 comments on commit 3efffd6

Please sign in to comment.