Skip to content

Commit 5854d1d

Browse files
authored
Use core 2.28.0 (#820)
* Use core 2.28.0 [WIP] * valgrind CI too * DESCRIPTION and NEWS.md [skip ci]
1 parent 4bca264 commit 5854d1d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
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.25, release-2.26, release-2.27, main ]
16+
tag: [ release-2.26, release-2.27, release-2.28, 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.31.1.1
3+
Version: 0.31.1.2
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Add `tiledb_array_is_open_for_reading()/writing()` [#806](https://github.com/TileDB-Inc/TileDB-R/issues/806)
77
* Fix static-linking checks for R >= 4.5
88
* Depend on TileDB Embedded 2.28.0-rc0 [#818](https://github.com/TileDB-Inc/TileDB-R/issues/818)
9+
* Depend on TileDB Embedded 2.28.0 [#820](https://github.com/TileDB-Inc/TileDB-R/issues/820)
910

1011
# tiledb 0.31.0
1112

tools/tiledbVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: 2.28.0-rc0
1+
version: 2.28.0
22
sha: 4764907

0 commit comments

Comments
 (0)