From db1cee4f330c42552705bba4db288f29279e761a Mon Sep 17 00:00:00 2001 From: KiterLuc <67824247+KiterLuc@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:39:31 +0200 Subject: [PATCH] Update history for 2.26.1. (#5313) --- TYPE: NO_HISTORY DESC: Update history for 2.26.1. --------- Co-authored-by: Theodore Tsirpanis --- HISTORY.md | 6 ++++++ tiledb/doxygen/source/conf.py | 2 +- tiledb/sm/c_api/tiledb_version.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 6451c32b9a5..b9046e2e191 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +# TileDB v2.26.1 Release Notes + +## Improvements + +* Fail early on dense reads when tile offsets are too large. [#5311](https://github.com/TileDB-Inc/TileDB/pull/5311) + # TileDB v2.26.0 Release Notes ## Breaking behavior diff --git a/tiledb/doxygen/source/conf.py b/tiledb/doxygen/source/conf.py index 8768bc04b2c..1cdff1d0ebf 100644 --- a/tiledb/doxygen/source/conf.py +++ b/tiledb/doxygen/source/conf.py @@ -78,7 +78,7 @@ # The short X.Y version. version = '2.26' # The full version, including alpha/beta/rc tags. -release = '2.26.0' +release = '2.26.1' # Breathe extension configuration. doxygen_xml_dir = os.path.join(TILEDB_BUILD_DIR, 'xml/') diff --git a/tiledb/sm/c_api/tiledb_version.h b/tiledb/sm/c_api/tiledb_version.h index 54c76b53602..bed51211b27 100644 --- a/tiledb/sm/c_api/tiledb_version.h +++ b/tiledb/sm/c_api/tiledb_version.h @@ -28,4 +28,4 @@ #define TILEDB_VERSION_MAJOR 2 #define TILEDB_VERSION_MINOR 26 -#define TILEDB_VERSION_PATCH 0 +#define TILEDB_VERSION_PATCH 1