From 87eca1824b51633bf2744e216b084d327b3fa674 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Tue, 7 May 2024 05:59:28 -0500 Subject: [PATCH 1/2] Roll to release 2.23 in valgrind nightly, retire out 2.21 --- .github/workflows/valgrind.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/valgrind.yaml b/.github/workflows/valgrind.yaml index 44e80fde96..409ade77e6 100644 --- a/.github/workflows/valgrind.yaml +++ b/.github/workflows/valgrind.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - tag: [ release-2.21, release-2.22, dev ] + tag: [ release-2.22, release-2.23, dev ] steps: - name: Checkout From e7839e6e1839db78544cebb30109b2b2c00a2b6e Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Tue, 7 May 2024 06:07:40 -0500 Subject: [PATCH 2/2] Roll micro release, update NEWS [ci skip] --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3f88e1aeff..7eab856b2b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiledb Type: Package -Version: 0.26.0.4 +Version: 0.26.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 46c2ea971f..831f3200fd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,8 @@ * The test files receives a minor refactoring absorbing two files (#698) +* The nightly valgrind run was updated to include release 2.23.0, release 2.21 has been removed (#703) + ## Deprecations * Function `libtiledb_array_create_with_key`, accessing a deprecated Core function, is now in `src/deprecated.cpp` and will be removed at later point (#699)