diff --git a/DESCRIPTION b/DESCRIPTION index 142e2fc8..44c5471d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: textrecipes Title: Extra 'Recipes' for Text Processing -Version: 0.5.2.9000 +Version: 1.0.0 Authors@R: person("Emil", "Hvitfeldt", , "emilhhvitfeldt@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0679-1945")) diff --git a/NEWS.md b/NEWS.md index 726e39d9..0060ab66 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# textrecipes (development version) +# textrecipes 1.0.0 * Indicate which steps support case weights (none), to align documentation with other packages.