Skip to content

Commit

Permalink
Bump version to 0.2.3.9003
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 17, 2023
1 parent f7a9358 commit 6ba3025
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: duckplyr
Title: A 'DuckDB'-Backed Version of 'dplyr'
Version: 0.2.3.9002
Version: 0.2.3.9003
Authors@R: c(
person("Hannes", "Mühleisen", role = "aut",
comment = c(ORCID = "0000-0001-8552-0029")),
Expand Down
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# duckplyr 0.2.3.9003 (2023-11-17)

## Bug fixes

- `grepl(x = NA)` gives correct results.

- Fix `auto_copy()` for non-data-frame input.

## Chore

- Fix code generated by `meta_replay()`.

- Bump constructive dependency.

- Fix output order for `arrange()` in case of ties.


# duckplyr 0.2.3.9002 (2023-11-16)

## Bug fixes
Expand Down

0 comments on commit 6ba3025

Please sign in to comment.