Skip to content

Commit

Permalink
Update NEWS and roll micro version (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 14, 2023
1 parent 87c8325 commit a7f5423
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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.22.0.4
Version: 0.22.0.5
Title: Modern Database Engine for Multi-Modal Data via Sparse and Dense Multidimensional Arrays
Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")),
person("Dirk", "Eddelbuettel", email = "dirk@tiledb.com", role = "cre"))
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

* Tests are more careful about using suggested packages only when present (#632)

* When building TileDB Core, shared linking is now requested explicitly (#634)

* Nightly automated checks now include Core release-2.19 and add the 'curl' binary (#635)

* Builds on maOS now set release 11 ('Big Sur') as the required minimum version (#636)


# tiledb 0.22.0

Expand Down
2 changes: 1 addition & 1 deletion cleanup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

rm -f src/Makevars src/*.o src/*.so config.log config.status inst/tiledb-*.tar.gz
rm -rf tiledb.Rcheck autom4te.cache inst/tiledb/ tiledb/
rm -rf tiledb.Rcheck autom4te.cache inst/tiledb/ inst/config.log inst/config.status tiledb/

0 comments on commit a7f5423

Please sign in to comment.