Skip to content

Commit

Permalink
Merge pull request #211 from tidymodels/rc/1.2.0
Browse files Browse the repository at this point in the history
RC 1.2.0
  • Loading branch information
DavisVaughan authored Jun 30, 2022
2 parents d6b072e + aace1f3 commit 29c0070
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: hardhat
Title: Construct Modeling Packages
Version: 1.1.0.9000
Version: 1.2.0
Authors@R: c(
person("Davis", "Vaughan", , "davis@rstudio.com", role = c("aut", "cre")),
person("Max", "Kuhn", , "max@rstudio.com", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hardhat (development version)
# hardhat 1.2.0

* We have reverted the change made in hardhat 1.0.0 that caused recipe
preprocessors to drop non-standard roles by default when calling `forge()`.
Expand Down
7 changes: 6 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## revdepcheck results

We checked 19 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 23 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

## 1.2.0 Submission

This is a minor release of hardhat that rolls back some of the changes made in
hardhat 1.0.0.

## 1.1.0 Submission

This is a minor release of hardhat that follows up on the 1.0.0 release to fix
Expand Down

0 comments on commit 29c0070

Please sign in to comment.