From 6cef54ea3a0027e66d4267987b6f0a9f11690e2b Mon Sep 17 00:00:00 2001 From: Peter Solymos Date: Wed, 2 Nov 2022 07:34:11 -0600 Subject: [PATCH] Fix date issue and bump version to 0.1.5 Signed-off-by: Peter Solymos --- DESCRIPTION | 4 ++-- NEWS.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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`.