diff --git a/DESCRIPTION b/DESCRIPTION index 94b634e..61147ef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: cheapr Title: Simple Functions to Save Time and Memory -Version: 0.9.8 +Version: 0.9.8.9000 Authors@R: person("Nick", "Christofides", , "nick.christofides.r@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9743-7342")) diff --git a/NEWS.md b/NEWS.md index 2773ed9..ac65bcd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# cheapr 0.9.8 +# cheapr (Development version) + +# cheapr 0.9.8 (02-Oct-2024) * New scalar functions have been added and some renamed. Most are now prefixed with 'val_' or 'na_' in the case of `NA` specific scalar functions.