Skip to content

Commit

Permalink
Bump version to 1.8.0.9006
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 12, 2024
1 parent 1287aec commit 5536966
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1416-3412")),
Expand Down
23 changes: 23 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# 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
Expand Down

0 comments on commit 5536966

Please sign in to comment.