Skip to content

Commit

Permalink
Merge pull request #247 from r-lib/rc/0.4.0
Browse files Browse the repository at this point in the history
RC 0.4.0
  • Loading branch information
DavisVaughan authored Jul 22, 2021
2 parents 57703bc + 428a7c7 commit 717cd24
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: clock
Title: Date-Time Types and Tools
Version: 0.3.1.9000
Version: 0.4.0
Authors@R:
c(person(given = "Davis",
family = "Vaughan",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# clock (development version)
# clock 0.4.0

* New `date_start()` and `date_end()` for computing the date at the start or
end of a particular `precision`, such as the "end of the month" or
Expand Down
11 changes: 11 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

0 errors | 0 warnings | 0 notes

## revdepcheck results

We checked 2 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

## 0.4.0 Submission

This is a minor release containing a few new functions: `date_start()`, `date_end()`, and `invalid_remove()`. It also requires tzdb 0.1.2 to hopefully fix a compilation issue on RHEL7/Centos machines.

## 0.3.1 Submission

This is a patch release mainly intended to support an upcoming breaking change in testthat.
Expand Down

0 comments on commit 717cd24

Please sign in to comment.