Skip to content

Commit f7792f1

Browse files
authored
Use core 2.29.0 (#846)
1 parent d683ad1 commit f7792f1

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/valgrind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
tag: [ release-2.26, release-2.27, release-2.28, main ]
16+
tag: [ release-2.27, release-2.28, release-2.29, main ]
1717

1818
steps:
1919
- name: Checkout

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tiledb
22
Type: Package
3-
Version: 0.32.0.8
3+
Version: 0.32.0.9
44
Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays
55
Authors@R: c(
66
person("TileDB, Inc.", role = c("aut", "cph")),

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# tiledb (development version)
22

3+
* This release of the R package builds against [TileDB 2.29.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.29.0), and has also been tested against earlier releases as well as the development version
4+
35
## Improvements
46

57
* Schema-dump output is no longer truncated in the case that there are any null fill values in the schema (@johnkerl in [#825](https://github.com/TileDB-Inc/TileDB-R/pull/825))

tools/tiledbVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: 2.28.0
2-
sha: 4764907
1+
version: 2.29.0
2+
sha: 958e736

0 commit comments

Comments
 (0)