Skip to content

Commit

Permalink
Update HISTORY for 0.32.3 against TileDB 2.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kounelisagis committed Sep 30, 2024
1 parent 7eaba69 commit 8335da3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ if (NOT TileDB_FOUND)
message(STATUS "Downloading TileDB default version ...")
# Download latest release
fetch_prebuilt_tiledb(
VERSION 2.26.1
RELLIST_HASH SHA256=256216aa989015397f4efbbd319ebeccfead568baa73611aa0c1c0fcea35f8d5
VERSION 2.26.2
RELLIST_HASH SHA256=86c19d7c5246cb18e370a4272cead63ea84bd651789842e618de4d57d4510522
)
endif()
find_package(TileDB REQUIRED)
Expand Down
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release 0.32.3

* TileDB-Py 0.32.3 includes TileDB Embedded [2.26.2](https://github.com/TileDB-Inc/TileDB/releases/tag/2.26.2)

## Build system changes

* Pass pretend version to container by @dudoslav in https://github.com/TileDB-Inc/TileDB-Py/pull/2077

# Release 0.32.2

## Improvements
Expand Down

0 comments on commit 8335da3

Please sign in to comment.