From 92eb11acfcb56a73bbb67cb7c53faabe9f86d052 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Wed, 5 Jun 2024 14:43:12 -0500 Subject: [PATCH 1/2] Use TileDB Embedded 2.24.0-rc1 --- tools/tiledbVersion.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/tiledbVersion.txt b/tools/tiledbVersion.txt index 25e991bac8..46b11b94c1 100644 --- a/tools/tiledbVersion.txt +++ b/tools/tiledbVersion.txt @@ -1,2 +1,3 @@ -version: 2.24.0-rc0 -sha: 52713e1 +version: 2.24.0-rc1 +sha: ff3879b + From 4768c6944cdc3617210b56e48d8eb2a13cf03fad Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Wed, 5 Jun 2024 14:53:36 -0500 Subject: [PATCH 2/2] Update NEWS and roll micro version [ci skip] --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5237172d56..dc357d950c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiledb Type: Package -Version: 0.27.0.3 +Version: 0.27.0.4 Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")), person("Dirk", "Eddelbuettel", email = "dirk@tiledb.com", role = "cre")) diff --git a/NEWS.md b/NEWS.md index bcb2163e6c..511ca16f35 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # Ongoing development -* This release of the R package builds against [TileDB 2.24.0-rc0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.24.0-rc0), and has also been tested against earlier releases as well as the development version (#701, #704) +* This release of the R package builds against [TileDB 2.24.0-rc1](https://github.com/TileDB-Inc/TileDB/releases/tag/2.24.0-rc1), and has also been tested against earlier releases as well as the development version (#714, #715) ## Improvements