diff --git a/DESCRIPTION b/DESCRIPTION index 2828a8dd2..ce9810227 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: RSQLite Title: SQLite Interface for R -Version: 2.3.4.9006 +Version: 2.3.5 Date: 2024-01-20 Authors@R: c( person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index f7d9726d4..5253bf37a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,17 +1,6 @@ -# RSQLite 2.3.4.9006 (2024-01-20) - -## Chore - -- Add Aviator configuration. - -## Testing - -- Include all recent DBItest tests (#492). - - -# RSQLite 2.3.4.9005 (2024-01-17) +# RSQLite 2.3.5 (2024-01-20) ## Features @@ -19,48 +8,10 @@ ## Chore -- Bump main branch for CI/CD. - -- Bump to trigger CI/CD. - -## Continuous integration - -- Quotes. - -- Auto-merge for upgrade workflow. - - -# RSQLite 2.3.4.9004 (2024-01-15) - -- Internal changes only. - - -# RSQLite 2.3.4.9003 (2023-12-28) - -## Chore - -- Update to DBItest 1.8.0 (#488). - - -# RSQLite 2.3.4.9002 (2023-12-18) - -## Chore - -- Clean up DBItest call (#487). - - -# RSQLite 2.3.4.9001 (2023-12-17) - -## Chore - +- Update to upcoming DBItest 1.8.1 (#488, #492). - Remove compiler warning about unused variable (#486). -# RSQLite 2.3.4.9000 (2023-12-08) - -- Merge branch 'cran-2.3.4'. - - # RSQLite 2.3.4 (2023-12-07) ## Bug fixes diff --git a/README.md b/README.md index 86fd3b328..1401919be 100644 --- a/README.md +++ b/README.md @@ -99,4 +99,4 @@ Many thanks to Doug Bates, Seth Falcon, Detlef Groth, Ronggui Huang, Kurt Hornik ------------------------------------------------------------------------ -Please note that the ‘RSQLite’ project is released with a [Contributor Code of Conduct](https://rsqlite.r-dbi.org/code_of_conduct). By contributing to this project, you agree to abide by its terms. +Please note that the ‘RSQLite’ project is released with a [Contributor Code of Conduct](https://rsqlite.r-dbi.org/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. diff --git a/cran-comments.md b/cran-comments.md index d06fd74f1..6d254c181 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,8 @@ -RSQLite 2.3.4 +RSQLite 2.3.5 + +## Cran Repository Policy + +- [x] Reviewed CRP last edited 2023-08-15. ## R CMD check results @@ -8,8 +12,4 @@ RSQLite 2.3.4 ## Current CRAN check results -- [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 +- [x] Checked on 2024-01-20, no problems (other than installation size) found.