Skip to content

Commit

Permalink
RC 0.7.2 (#385)
Browse files Browse the repository at this point in the history
* Increment version number to 0.7.2

* Use updated cpp11

* CRAN-SUBMISSION

* Delete CRAN-SUBMISSION
  • Loading branch information
DavisVaughan authored Jan 22, 2025
1 parent 62709be commit aa05cdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.7.1.9000
Version: 0.7.2
Authors@R: c(
person("Davis", "Vaughan", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
Expand Down Expand Up @@ -32,7 +32,7 @@ Suggests:
testthat (>= 3.0.0),
withr
LinkingTo:
cpp11 (>= 0.4.3),
cpp11 (>= 0.5.1),
tzdb (>= 0.4.0)
VignetteBuilder:
knitr
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.7.2

* Added a `diff()` method for time points and calendars to ensure that durations
are always returned, even in the empty result case (#364).
Expand Down

0 comments on commit aa05cdf

Please sign in to comment.