Skip to content

Commit

Permalink
Roll to release 2.23 in valgrind nightly, retire out 2.21 (#703)
Browse files Browse the repository at this point in the history
* Roll to release 2.23 in valgrind nightly, retire out 2.21

* Roll micro release, update NEWS [ci skip]
  • Loading branch information
eddelbuettel authored May 7, 2024
1 parent 2246ec8 commit 6680798
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tag: [ release-2.21, release-2.22, dev ]
tag: [ release-2.22, release-2.23, dev ]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tiledb
Type: Package
Version: 0.26.0.4
Version: 0.26.0.5
Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays
Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")),
person("Dirk", "Eddelbuettel", email = "[email protected]", role = "cre"))
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

* The test files receives a minor refactoring absorbing two files (#698)

* The nightly valgrind run was updated to include release 2.23.0, release 2.21 has been removed (#703)

## Deprecations

* Function `libtiledb_array_create_with_key`, accessing a deprecated Core function, is now in `src/deprecated.cpp` and will be removed at later point (#699)
Expand Down

0 comments on commit 6680798

Please sign in to comment.