diff --git a/DESCRIPTION b/DESCRIPTION index 41c787990..74b4f1803 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: DBItest Title: Testing DBI Backends -Version: 1.8.0.9005 -Date: 2023-12-27 +Version: 1.8.0.9006 +Date: 2024-01-12 Authors@R: c( person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1416-3412")), diff --git a/NEWS.md b/NEWS.md index 7e35c871e..90b6fea70 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,28 @@ +# DBItest 1.8.0.9006 (2024-01-12) + +## Features + +- Fix specification for Arrow tests (#357). + +- Show DBItest function in backtrace (#349, #354). + +## Chore + +- Prefer `map_*()` over `vapply()` (#356). + +- Make test names unique, with a numeric suffix (#355). + +- Align with RSQLite (#351). + +- Document sources for autogenerated files (#353). + +## Documentation + +- Mention `dbBindArrow()` in documentation (#350). + + # DBItest 1.8.0.9005 (2023-12-27) ## Chore