Skip to content

Commit 6cef54e

Browse files
committed
Fix date issue and bump version to 0.1.5
Signed-off-by: Peter Solymos <psolymos@gmail.com>
1 parent f196ca6 commit 6cef54e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: rconfig
22
Type: Package
33
Title: Manage R Configuration at the Command Line
4-
Version: 0.1.4
5-
Date: 2022-07-08
4+
Version: 0.1.5
5+
Date: 2022-11-02
66
Authors@R: c(
77
person(given = "Peter",
88
family = "Solymos",

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.1.5
2+
3+
* Update date field (The Date field is over a month old).
4+
15
# Version 0.1.4
26

37
* `value()` by default coerces the config value to the same storage type as the default value when the default value is not `NULL`.

0 commit comments

Comments
 (0)