Skip to content

Commit

Permalink
Update history for 2.26.1. (#5313)
Browse files Browse the repository at this point in the history
---
TYPE: NO_HISTORY
DESC: Update history for 2.26.1.

---------

Co-authored-by: Theodore Tsirpanis <teo@tsirpanis.gr>
  • Loading branch information
KiterLuc and teo-tsirpanis authored Sep 16, 2024
1 parent e7e9dba commit db1cee4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tiledb/doxygen/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down
2 changes: 1 addition & 1 deletion tiledb/sm/c_api/tiledb_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

#define TILEDB_VERSION_MAJOR 2
#define TILEDB_VERSION_MINOR 26
#define TILEDB_VERSION_PATCH 0
#define TILEDB_VERSION_PATCH 1

0 comments on commit db1cee4

Please # to comment.