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
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.4.1.9000
Version: 0.5.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.5.0

* New `date_time_parse_RFC_3339()` and `sys_time_parse_RFC_3339()` for parsing
date-time strings in the
Expand Down
6 changes: 6 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ We checked 2 reverse dependencies, comparing R CMD check results across CRAN and
* We saw 0 new problems
* We failed to check 0 packages

## 0.5.0 Submission

This is a minor release with a few new parsing functions, updates to the
required version of tzdb, and a few small changes to default formatting output
and parsing input.

## 0.4.1 Submission

This is a patch release to support upcoming changes in testthat.
Expand Down