Skip to content

Commit ce557e6

Browse files
authored
Merge pull request #265 from r-lib/rc/0.5.0
RC 0.5.0
2 parents 0a07f63 + d6cac11 commit ce557e6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.4.1.9000
3+
Version: 0.5.0
44
Authors@R:
55
c(person(given = "Davis",
66
family = "Vaughan",

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.5.0
22

33
* New `date_time_parse_RFC_3339()` and `sys_time_parse_RFC_3339()` for parsing
44
date-time strings in the

cran-comments.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ We checked 2 reverse dependencies, comparing R CMD check results across CRAN and
99
* We saw 0 new problems
1010
* We failed to check 0 packages
1111

12+
## 0.5.0 Submission
13+
14+
This is a minor release with a few new parsing functions, updates to the
15+
required version of tzdb, and a few small changes to default formatting output
16+
and parsing input.
17+
1218
## 0.4.1 Submission
1319

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

0 commit comments

Comments
 (0)