Skip to content

Commit ff21497

Browse files
authored
Update HISTORY for 0.26.3 against TileDB 2.20 (#1917)
1 parent 2c693ca commit ff21497

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

HISTORY.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# Release 0.26.1
1+
# Release 0.26.3
2+
3+
## Improvements
4+
5+
* Fix vfs readinto when buff is not bytes. [#1915](https://github.com/TileDB-Inc/TileDB-Py/pull/1915)
6+
* Update daily test builds to use single source of truth for libtiledb target versions. [1910](https://github.com/TileDB-Inc/TileDB-Py/pull/1910)
7+
* Remove Python 3.7 CI jobs. [1916](https://github.com/TileDB-Inc/TileDB-Py/pull/1916)
8+
9+
# Release 0.26.2
210

311
## Improvements
412

misc/azure-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stages:
66
LIBTILEDB_VERSION: dev
77
LIBTILEDB_SHA: dev
88
${{ else }}:
9-
TILEDBPY_VERSION: 0.26.2
9+
TILEDBPY_VERSION: 0.26.3
1010
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
1111
LIBTILEDB_VERSION: "2.20.1"
1212
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA

0 commit comments

Comments
 (0)