From 39fbcc1e05fd8bc8e9b40e9e92462cab1f4c3cc7 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 11 Dec 2024 20:34:07 -0500 Subject: [PATCH] Use core 2.27.0 (#785) * Use core 2.27.0 * Use core 2.27.0 * Run `devtools::document()` * Rscript -e "devtools::document()" from the shell, not from R session --- DESCRIPTION | 2 +- NEWS.md | 1 + tools/tiledbVersion.txt | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3605d2a5a4..8012985510 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiledb Type: Package -Version: 0.30.2.4 +Version: 0.30.2.5 Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays Authors@R: c( person("TileDB, Inc.", role = c("aut", "cph")), diff --git a/NEWS.md b/NEWS.md index 13e5ddef9f..fab5f1ba57 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,7 @@ * memory alloc: Accomodate zero buffer size estimate v2 * Apply `styler::style_pkg()` * Expose include/linking flags for re-using `libtiledb` in downstream packages +* Use TileDB Core 2.27.0 # tiledb 0.30.2 diff --git a/tools/tiledbVersion.txt b/tools/tiledbVersion.txt index f5b420d778..9f5dd84c5f 100644 --- a/tools/tiledbVersion.txt +++ b/tools/tiledbVersion.txt @@ -1,2 +1,2 @@ -version: 2.26.2 -sha: 30fc114 +version: 2.27.0 +sha: 2862c30