diff --git a/DESCRIPTION b/DESCRIPTION index 96f3df9..f8c2d35 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: rconfig Type: Package Title: Manage R Configuration at the Command Line -Version: 0.1.4 -Date: 2022-07-08 +Version: 0.1.5 +Date: 2022-11-02 Authors@R: c( person(given = "Peter", family = "Solymos", diff --git a/NEWS.md b/NEWS.md index 73723f4..e4b4363 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# Version 0.1.5 + +* Update date field (The Date field is over a month old). + # Version 0.1.4 * `value()` by default coerces the config value to the same storage type as the default value when the default value is not `NULL`.