Skip to content

Commit aa05cdf

Browse files
authored
RC 0.7.2 (#385)
* Increment version number to 0.7.2 * Use updated cpp11 * CRAN-SUBMISSION * Delete CRAN-SUBMISSION
1 parent 62709be commit aa05cdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: clock
22
Title: Date-Time Types and Tools
3-
Version: 0.7.1.9000
3+
Version: 0.7.2
44
Authors@R: c(
55
person("Davis", "Vaughan", , "[email protected]", role = c("aut", "cre")),
66
person("Posit Software, PBC", role = c("cph", "fnd"))
@@ -32,7 +32,7 @@ Suggests:
3232
testthat (>= 3.0.0),
3333
withr
3434
LinkingTo:
35-
cpp11 (>= 0.4.3),
35+
cpp11 (>= 0.5.1),
3636
tzdb (>= 0.4.0)
3737
VignetteBuilder:
3838
knitr

NEWS.md

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

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

0 commit comments

Comments
 (0)