Skip to content

Commit

Permalink
Hot patch version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Sep 27, 2023
1 parent b2d4b6b commit cc8ecdb
Show file tree
Hide file tree
Showing 2 changed files with 5 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: dbplyr
Title: A 'dplyr' Back End for Databases
Version: 2.3.3.9000
Version: 2.3.4.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Maximilian", "Girlich", role = "aut"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@
string (@mgirlich, #1285).
* `row_number()` no longer defaults to partitioning by groups (now aligned with other databases when no order is specified: `ROW_NUMBER()` defaults to `ORDER BY (SELECT NULL)`) (@fh-mthomson, #1331)

# dbplyr 2.3.4

* Hot patch release to resolve R CMD check failures.

# dbplyr 2.3.3

* Hot patch to fix R CMD check issues
Expand Down

0 comments on commit cc8ecdb

Please sign in to comment.