Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minimum arrow version to CRAN 17.0.0 #112

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -64,8 +64,7 @@ Remotes:
hubverse-org/hubUtils,
hubverse-org/hubData,
hubverse-org/hubAdmin,
assignUser/octolog,
apache/arrow/[email protected]
assignUser/octolog
Config/testthat/edition: 3
Config/Needs/website: pkgdown, hubverse-org/hubStyle
Encoding: UTF-8
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading