Skip to content

Commit

Permalink
Bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 21, 2024
1 parent 55a2ed4 commit cabb760
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 24 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: duckdb
Title: DBI Package for the DuckDB Database Management System
Version: 1.1.2.9904
Version: 1.1.3
Authors@R: c(
person("Hannes", "Mühleisen", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-8552-0029")),
Expand Down
32 changes: 9 additions & 23 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,34 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# duckdb 1.1.2.9904
# duckdb 1.1.3

## Bug fixes

- Avoid compiler warning related to `Rboolean` (#594).

- fix: Avoid compiler warning related to `Rboolean`

- Don't use xz if not available

## Chore

- Undef `TRUE` and `FALSE` (#595).

## Testing

- Sync tests with duckplyr (#596).

- test: Sync tests with duckplyr

- Skip


# duckdb 1.1.2.9903

## Features

- Update to duckdb v1.1.3, see <https://github.com/duckdb/duckdb/releases/tag/v1.1.3> for details.

- New `duckdb.materialize_callback` option, supersedes `get_last_rel()` (#589).

- New `rel_explain_df()` and `rel_tostring()` (#587).

- Handle empty child values for list constants (#186, @romainfrancois).

## Chore

- Undef `TRUE` and `FALSE` (#595).
- Remove `enable_materialization` argument to `rel_from_altrep_df()` in favor of creating a new data frame when needed (#588).

- Flip argument order for `expr_comparison()` (#585).

- Keep `cleanup` files to accommodate different build scenarios (#536).

## Testing

- Sync tests with duckplyr (#596).
- test: Sync tests with duckplyr
- Skip


# duckdb 1.1.2

## Features
Expand Down

0 comments on commit cabb760

Please sign in to comment.