diff --git a/DESCRIPTION b/DESCRIPTION index adb3cdd7d1..365ee6ccd6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiledb Type: Package -Version: 0.29.0.4 +Version: 0.29.0.5 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 470f503a81..617432381f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # Ongoing Development +* This release of the R package builds against [TileDB 2.26.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.26.0), and has also been tested against earlier releases as well as the development version (#745) + ## Improvements * Error messages displayed when a mismatched external pointer is detected now show both expected and encountered types (#740) @@ -12,6 +14,12 @@ * The documentation website now uses favicon symbols for all pages rendered (#739) +## Build and Test Systems + +* The nighly valgrind matrix now includes release 2.26.0 (#744) + +* The continuous integration script has been updated reflecting external changes (#746) + # tiledb 0.29.0 diff --git a/tools/tiledbVersion.txt b/tools/tiledbVersion.txt index 7fc57af03e..0eeaa39ce2 100644 --- a/tools/tiledbVersion.txt +++ b/tools/tiledbVersion.txt @@ -1,2 +1,2 @@ -version: 2.25.0 -sha: bbcbd3f +version: 2.26.0-rc0 +sha: 4487393