Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.0.9000
Version: 0.3.1
Authors@R:
c(person(given = "Davis",
family = "Vaughan",
Expand Down Expand Up @@ -33,7 +33,7 @@ Suggests:
testthat (>= 3.0.0),
withr
LinkingTo:
cpp11 (>= 0.2.7),
cpp11 (>= 0.3.1),
tzdb (>= 0.1.1)
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.3.1

* Parsing into a date-time type that is coarser than the original string is now
considered ambiguous and undefined behavior. For example, parsing a string
Expand Down
4 changes: 4 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

0 errors | 0 warnings | 0 notes

## 0.3.1 Submission

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

## 0.3.0 Submission

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()`.
Expand Down