diff --git a/DESCRIPTION b/DESCRIPTION index 2ee2c5c7..be616ee0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: hubValidations Title: Testing framework for hubverse hub validations -Version: 0.5.0 +Version: 0.5.1 Authors@R: c( person( given = "Anna", @@ -30,7 +30,7 @@ Description: This package aims at providing a simple interface to run continuous integration workflow. License: MIT + file LICENSE Imports: - arrow (>= 12.0.0), + arrow (>= 17.0.0), checkmate, cli, config, @@ -64,8 +64,7 @@ Remotes: hubverse-org/hubUtils, hubverse-org/hubData, hubverse-org/hubAdmin, - assignUser/octolog, - apache/arrow/r@apache-arrow-15.0.2 + assignUser/octolog Config/testthat/edition: 3 Config/Needs/website: pkgdown, hubverse-org/hubStyle Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index 12cae75c..49cd7f1c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# hubValidations 0.5.1 + +* Remove dependency on development version of `arrow` package and bump required version to 17.0.0. + + # hubValidations 0.5.0 This release introduces **significant improvements in the performance of submission validation** via the following changes: