From c2aa95b09d5475c1bb5bfcf7f78f2be9faa59f72 Mon Sep 17 00:00:00 2001 From: Anna Krystalli Date: Thu, 24 Oct 2024 20:05:20 +0300 Subject: [PATCH] Release 0.7.1 (#134) * Increment version number to 0.7.1 * clarify news --------- Co-authored-by: Zhian N. Kamvar (UMass) --- DESCRIPTION | 2 +- NEWS.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) 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