Skip to content

Commit

Permalink
Update HISTORY for 0.26.3 against TileDB 2.20 (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Mar 11, 2024
1 parent 2c693ca commit ff21497
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion HISTORY.md
@@ -1,4 +1,12 @@
# Release 0.26.1
# Release 0.26.3

## Improvements

* Fix vfs readinto when buff is not bytes. [#1915](https://github.com/TileDB-Inc/TileDB-Py/pull/1915)
* Update daily test builds to use single source of truth for libtiledb target versions. [1910](https://github.com/TileDB-Inc/TileDB-Py/pull/1910)
* Remove Python 3.7 CI jobs. [1916](https://github.com/TileDB-Inc/TileDB-Py/pull/1916)

# Release 0.26.2

## Improvements

Expand Down
2 changes: 1 addition & 1 deletion misc/azure-release.yml
Expand Up @@ -6,7 +6,7 @@ stages:
LIBTILEDB_VERSION: dev
LIBTILEDB_SHA: dev
${{ else }}:
TILEDBPY_VERSION: 0.26.2
TILEDBPY_VERSION: 0.26.3
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
LIBTILEDB_VERSION: "2.20.1"
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
Expand Down

0 comments on commit ff21497

Please sign in to comment.