diff --git a/DESCRIPTION b/DESCRIPTION index 37e48809..0df59e7f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: hubValidations Title: Testing framework for hubverse hub validations -Version: 0.7.0.9000 +Version: 0.7.1 Authors@R: c( person( given = "Anna", diff --git a/NEWS.md b/NEWS.md index 9d45181a..7d7f5a26 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,11 @@ -# hubValidations (development version) +# hubValidations 0.7.1 -* Added: +* Updated documentation for custom validations: - new vignette on how to create custom validation checks for hub validations (#121) - new section on how to manage additional dependencies required by custom validation functions (#22). -* Bolstered parsing of file names in `parse_file_name()` to ensure they match the specific pattern required rather than just checking patterns of interest are extracted successfully and added more fine-grained check error messages (#132). +* Bolstered parsing of file names in`parse_file_name()`: + - ensure filenames are composed of letters, numbers, and underscores (#132). + - added more fine-grained check error messages to identify portion of file name that errored. # hubValidations 0.7.0