Skip to content

Commit

Permalink
Bump version to 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed May 1, 2024
1 parent d3e8573 commit 52bcb4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 23 deletions.
2 changes: 1 addition & 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.6.9004
Version: 2.3.7
Date: 2024-04-17
Authors@R: c(
person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"),
Expand Down
30 changes: 8 additions & 22 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,30 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# RSQLite 2.3.6.9004 (2024-04-17)
# RSQLite 2.3.7 (2024-05-01)

## Breaking changes

- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503).

## Features

- Upgrade bundled SQLite to 3.45.3 (#507).
- Add `Id` method to `dbExistsTable()` (@kjellpk, #498, #499).
- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503).

## Chore

- Bump main branch for CI/CD.


# RSQLite 2.3.6.9003 (2024-04-16)

## Documentation

- Set BS version explicitly for now (@maelle, #506).


# RSQLite 2.3.6.9002 (2024-04-08)

## Testing

- Fix test on FreeBSD (@nunotexbsd, #502, #504).


# RSQLite 2.3.6.9001 (2024-04-02)

## Features

- Add `Id` method to `dbExistsTable()` (@kjellpk, #498, #499).

- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503).

## Breaking changes

- Breaking change: Avoid appending a numeric suffix to duplicate column names (#503).


# RSQLite 2.3.6.9000 (2024-03-31)
## Uncategorized

- Merge branch 'cran-2.3.6'.

Expand Down

0 comments on commit 52bcb4c

Please sign in to comment.