diff --git a/DESCRIPTION b/DESCRIPTION index c670c45..6d7ec9b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: box.linters Title: Linters for 'box' Modules -Version: 0.9.1.9005 +Version: 0.10.0 Authors@R: c( person("Ricardo Rodrigo", "Basa", role = c("aut", "cre"), email = "opensource+rodrigo@appsilon.com"), diff --git a/NEWS.md b/NEWS.md index 743563a..ffbc80f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# box.linters (development version) +# box.linters 0.10.0 * Add checks for `package::function()` calls. Allow `box::*()` by default. * [Bug fix] Allow relative box module paths (#110) @@ -10,7 +10,7 @@ * Handle `box` recommended method of testing private methods. * Added handler for `glue` string templates. -* Added box_mod_fun_exists_linter() to default linters +* Added box_mod_fun_exists_linter() to default linters * [bug fix] box_trailing_commas_linter() now properly handles a #nolint for other linters * [bug fix] `box_unused_att_pkg_fun_linter()` had issues with lists of functions. Linter function now drops the nested function name and retains the list name (`list_name$function_name()`) when