diff --git a/DESCRIPTION b/DESCRIPTION index f17fbf6e..3133f267 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: RSQLite Title: SQLite Interface for R -Version: 2.3.3.9003 +Version: 2.3.4 Date: 2023-11-30 Authors@R: c( person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index d645a1cb..ea723031 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,48 +1,17 @@ -# RSQLite 2.3.3.9003 (2023-11-30) - -## Features - -- Upgrade bundled SQLite to 3.44.2 (#479). - -## Chore - -- Bump to trigger CI/CD. - - -# RSQLite 2.3.3.9002 (2023-11-29) +# RSQLite 2.3.4 (2023-12-07) ## Bug fixes - Fix compiler warning regarding formatting specifier used in `Rf_warning()` (#482). -## Features - -- Upgrade bundled SQLite to 3.44.1 (#478). - -## Chore - -- Bump to trigger CI/CD. - - -# RSQLite 2.3.3.9001 (2023-11-06) - -## Features - -- Upgrade bundled SQLite to 3.44.0 (#475). +- Upgrade bundled SQLite to 3.44.2 (#479). ## Chore - Use `check_suggested()` standalone for hms package (#477). -- Add Aviator configuration. - - -# RSQLite 2.3.3.9000 (2023-11-05) - -- Merge branch 'cran-2.3.3'. - # RSQLite 2.3.3 (2023-11-04) diff --git a/cran-comments.md b/cran-comments.md index c89e7a33..d06fd74f 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,15 @@ -RSQLite 2.3.3 +RSQLite 2.3.4 + +## R CMD check results + +- [x] Checked locally, R 4.3.2 +- [x] Checked on CI system, R 4.3.2 +- [x] Checked on win-builder, R devel ## Current CRAN check results -- [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 +- [x] Checked on 2023-12-07, problems found: https://cran.r-project.org/web/checks/check_results_RSQLite.html +- [x] WARN: r-devel-linux-x86_64-debian-clang, r-devel-windows-x86_64 r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc + Found the following significant warnings: + connection.cpp:62:7: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] + Fixed