Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRAN release v2.3.3 #476

Merged
merged 4 commits into from
Nov 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre"),
Expand Down Expand Up @@ -47,6 +47,7 @@ Suggests:
hms,
knitr,
magrittr,
rlang,
rmarkdown,
rvest,
testthat (>= 3.0.0),
Expand Down
68 changes: 4 additions & 64 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,75 +1,15 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# 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)
Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Loading