Skip to content

Commit

Permalink
Release 0.28.2 with TileDB Embedded 2.24.2 as fallback (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel authored Jul 6, 2024
1 parent 33a75ac commit 9a1f464
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# tiledb 0.28.2

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


# tiledb 0.28.1

* This release of the R package builds against [TileDB 2.24.1](https://github.com/TileDB-Inc/TileDB/releases/tag/2.24.1), and has also been tested against earlier releases as well as the development version (#714, #715, #717, #724)
Expand Down
1 change: 1 addition & 0 deletions cleanup
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh

cd src && make -f Makevars clean
rm -f src/Makevars src/*.o src/*.so config.log config.status inst/tiledb-*.tar.gz src/connection/*.o
rm -rf tiledb.Rcheck autom4te.cache inst/tiledb/ inst/config.log inst/config.status tiledb/ inst/lib/
2 changes: 1 addition & 1 deletion src/Makevars.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ $(LIB_CON): connection/connection.o
@rm $^

clean:
rm -f $(SHLIB) $(OBJECTS) $(LIB_CON) connection/connection.o
@rm -f $(SHLIB) $(OBJECTS) $(LIB_CON) connection/connection.o

.PHONY: all clean
4 changes: 2 additions & 2 deletions tools/tiledbVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version: 2.24.1
sha: db03540
version: 2.24.2
sha: 76cd03c

0 comments on commit 9a1f464

Please sign in to comment.