Skip to content

Commit 8487b39

Browse files
authored
Merge pull request #238 from r-lib/rc/0.3.1
RC 0.3.1
2 parents 2cda574 + f122ada commit 8487b39

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-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.3.0.9000
3+
Version: 0.3.1
44
Authors@R:
55
c(person(given = "Davis",
66
family = "Vaughan",
@@ -33,7 +33,7 @@ Suggests:
3333
testthat (>= 3.0.0),
3434
withr
3535
LinkingTo:
36-
cpp11 (>= 0.2.7),
36+
cpp11 (>= 0.3.1),
3737
tzdb (>= 0.1.1)
3838
VignetteBuilder:
3939
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.3.1
22

33
* Parsing into a date-time type that is coarser than the original string is now
44
considered ambiguous and undefined behavior. For example, parsing a string

cran-comments.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
0 errors | 0 warnings | 0 notes
44

5+
## 0.3.1 Submission
6+
7+
This is a patch release mainly intended to support an upcoming breaking change in testthat.
8+
59
## 0.3.0 Submission
610

711
This is a minor release that switches clock to use the date API exposed by tzdb. It also adds a new sequence generation function, `date_seq()`.

0 commit comments

Comments
 (0)