Skip to content

Commit 55e74c8

Browse files
authored
Merge pull request #230 from DavisVaughan/rc/0.3.0
RC 0.3.0
2 parents 15230c0 + c204566 commit 55e74c8

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
^vignettes/articles$
1414
^revdep$
1515
^CRAN-RELEASE$
16+
^CRAN-SUBMISSION$

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: furrr
22
Title: Apply Mapping Functions in Parallel using Futures
3-
Version: 0.2.3.9000
3+
Version: 0.3.0
44
Authors@R: c(
55
person("Davis", "Vaughan", , "davis@rstudio.com", role = c("aut", "cre")),
66
person("Matt", "Dancho", , "mdancho@business-science.io", role = "aut"),

NEWS.md

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

33
## Breaking changes
44

cran-comments.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.3.0 Submission
2+
3+
Minor release that renders `future_options()` defunct, removes the `lazy`
4+
argument, and fixes a few bugs.
5+
16
## 0.2.3 Submission
27

38
Minor release to prepare for a breaking change in testthat.

0 commit comments

Comments
 (0)