diff --git a/DESCRIPTION b/DESCRIPTION index 137a42b2..5d99b8a1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: hubValidations Title: Testing framework for hubverse hub validations -Version: 0.7.1.9000 +Version: 0.8.0 Authors@R: c( person( given = "Anna", diff --git a/NEWS.md b/NEWS.md index b581d4d3..69d8b794 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# hubValidations (development version) +# hubValidations 0.8.0 * Custom checks no longer fail if validation is run outside of the root of the hub (#141) * Downgrade result of missing model metadata file check from `check_error` to `check_failure` and suppress early return in case of check failure in `validate_model_file()` (#138).