diff --git a/DESCRIPTION b/DESCRIPTION index a3eda1d..ca67b3a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: tidylog Type: Package Title: Logging for 'dplyr' and 'tidyr' Functions -Version: 0.2.0 +Version: 0.2.0.9000 Authors@R: person("Benjamin", "Elbers", email = "elbersb@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5392-3448")) Description: Provides feedback about 'dplyr' and 'tidyr' operations. diff --git a/NEWS.md b/NEWS.md index f8c489c..16bc7c5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# 0.2.0.9000 + + # 0.2.0 - added detailed merge information for joins (#25) - added supoort for tidyr functions: gather, spread (thanks @WilDoane), drop_na (@jackhannah95), fill and replace_na @@ -5,3 +8,7 @@ - add number of remaining rows to filter (#23) - bugfix: do not report negative NA (#18) - bugfix: avoid partial matching (closes #26) + +# 0.1.0 + +initial release