Skip to content

Commit b2f6e1f

Browse files
committed
chore: Bump to 0.17.0
1 parent 2e23880 commit b2f6e1f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: tidypolars
22
Type: Package
33
Title: More Efficient Tidyverse Code, Using Polars in the Background
4-
Version: 0.16.0
4+
Version: 0.17.0
55
Authors@R:
66
c(person(given = "Etienne",
77
family = "Bacher",

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# tidypolars (development version)
1+
# tidypolars 0.17.0
2+
3+
`tidypolars` requires `polars` >= 1.9.0 and `dplyr` >= 1.2.0.
24

35
## Breaking changes and deprecations
46

@@ -34,7 +36,6 @@
3436

3537
* `separate()` now supports regex in the `sep` argument (#320).
3638

37-
3839
## Other changes
3940

4041
* Several changes to make `tidypolars` more aligned with the `tidyverse` output

0 commit comments

Comments
 (0)