Skip to content

Commit

Permalink
Bump version to 0.3.2.9010
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed May 6, 2024
1 parent 0c69f17 commit d0985cf
Show file tree
Hide file tree
Showing 2 changed files with 30 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.3.2.9009
Version: 0.3.2.9010
Authors@R: c(
person("Hannes", "Mühleisen", role = "aut",
comment = c(ORCID = "0000-0001-8552-0029")),
Expand Down
29 changes: 29 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# duckplyr 0.3.2.9010 (2024-05-06)

## Bug fixes

- `head(-1)` forwards to the default implementation (#131, #156).

- Fix cli syntax for internal error message (#151).

## Chore

- Use equality from rfuns to implement a better version of `%in%` (#155).

- Use rfuns for `as.integer()` (#154).

- Use built-in rfuns extension to implement equality and inequality operators, improve translation for `NA` and `%in%` (#83, #148).

- Restore state after sync script (#152).

- `pkg_review()` (#150).

- Remove styler dependency (#137, #138).

## Testing

- Synchronize tests (#153).

- Test that `vec_ptype()` does not materialize (#149).


# duckplyr 0.3.2.9009 (2024-05-04)

## Chore
Expand Down

0 comments on commit d0985cf

Please sign in to comment.