From 381567e3f74ca42027347c69450265db9ee8b824 Mon Sep 17 00:00:00 2001 From: Philipp Winter Date: Mon, 15 Apr 2024 14:41:17 -0500 Subject: [PATCH] Update to TileDB v2.22.0. Go through the release ritual of updating to the latest TileDB release. --- .github/workflows/tiledb-go.yml | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tiledb-go.yml b/.github/workflows/tiledb-go.yml index 1b88c78..e51bd59 100644 --- a/.github/workflows/tiledb-go.yml +++ b/.github/workflows/tiledb-go.yml @@ -9,9 +9,9 @@ on: env: # The version of TileDB to test against. - CORE_VERSION: "2.21.0" + CORE_VERSION: "2.22.0" # The abbreviated git commit hash to use. - CORE_HASH: "0ea9c13" + CORE_HASH: "52e981e" jobs: golangci: diff --git a/README.md b/README.md index 811ad85..e5584a5 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ as such the below table reference which versions are compatible. | 0.25.0 | 2.19.X | | 0.26.0 | 2.20.X | | 0.27.0 | 2.21.X | +| 0.28.0 | 2.22.X | ## Missing Functionality