diff --git a/DESCRIPTION b/DESCRIPTION index 031043c4b..33a15b5a8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: RSQLite Title: SQLite Interface for R -Version: 2.3.2.9007 +Version: 2.3.3 Date: 2023-11-01 Authors@R: c( person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"), @@ -47,6 +47,7 @@ Suggests: hms, knitr, magrittr, + rlang, rmarkdown, rvest, testthat (>= 3.0.0), diff --git a/NEWS.md b/NEWS.md index a8eb67a35..36f5b38a9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,75 +1,15 @@ -# RSQLite 2.3.2.9007 (2023-11-01) - -## Chore - -- Update revdepcheck results. - -## Testing - -- Skip DBItest tests if not installed. - - -# RSQLite 2.3.2.9006 (2023-10-31) - -## Bug fixes - -- Fix errors on transaction status (@bpvgoncalves, #464). - - -# RSQLite 2.3.2.9005 (2023-10-29) - -- Merge branch 'cran-2.3.2'. - - -# RSQLite 2.3.2.9004 (2023-10-13) +# RSQLite 2.3.3 (2023-11-04) ## Features - Upgrade bundled SQLite to 3.43.2 (#473). +- New `sqliteIsTransacting()` that returns if a transaction is active on the current connection (@bpvgoncalves, #462, #464). -## Chore - -- Bump action. - - -# RSQLite 2.3.2.9003 (2023-10-09) - -- Internal changes only. - - -# RSQLite 2.3.2.9002 (2023-09-14) - -## Features - -- Upgrade bundled SQLite to 3.43.1 (#470). - - -# RSQLite 2.3.2.9001 (2023-08-27) - -## Features - -- Upgrade bundled SQLite to 3.43.0 (#468). - - -# RSQLite 2.3.2.9000 (2023-06-12) - -- Internal changes only. - - -# RSQLite 2.3.1.9003 (2023-06-08) - -## Features - -- New `sqliteIsTransacting()` that returns if a transaction is active on the current connection (@bpvgoncalves, #462). - - -# RSQLite 2.3.1.9002 (2023-05-18) - -## Features +## Testing -- Upgrade bundled SQLite to 3.42.0 (#461). +- Skip DBItest tests if not installed. # RSQLite 2.3.2 (2023-10-27) diff --git a/cran-comments.md b/cran-comments.md index c327124a0..c89e7a33f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ -RSQLite 2.3.2 +RSQLite 2.3.3 ## Current CRAN check results -- [x] Checked on 2023-10-27, problems found: https://cran.r-project.org/web/checks/check_results_RSQLite.html -- [x] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64: Large binary. +- [x] Checked on 2023-11-04, problems found: https://cran.r-project.org/web/checks/check_results_RSQLite.html +- [x] NOTE: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64: Large binary