Skip to content

Commit

Permalink
release: version 0.9.0 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Sep 20, 2024
1 parent 48a1ac6 commit 24d4599
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.8.1
Date: 2024-05-19 05:17:56 UTC
SHA: 7bd3c512e2d82afe98fef430baa3a104b7112994
Version: 0.9.0
Date: 2024-09-19 15:14:05 UTC
SHA: 9bcc6ef530582844da1e8c8b5e3faa8477a5ecd2
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description:
Provides a function to convert 'PRQL' strings to 'SQL' strings.
Combined with other R functions that take 'SQL' as an argument,
'PRQL' can be used on R.
Version: 0.8.1.9000
Version: 0.9.0.9000
Authors@R:
c(person("Tatsuya", "Shima", email = "[email protected]", role = c("aut", "cre")),
person("Authors of the dependency Rust crates", role = "aut",
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# prqlr (development version)

# prqlr 0.9.0

## Breaking changes

- Based on [`prqlc`](https://github.com/prql/prql) 0.13.0 (#312)
Expand Down
3 changes: 0 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@
## R CMD check results

- There were no ERRORs or WARNINGs.
- There was a NOTE about CRAN incoming feasibility: `Size of tarball: 15794231 bytes`
- Most of this size is a tarball of vendored Rust source code,
since this package contains all the Rust source code of the dependencies.

0 comments on commit 24d4599

Please sign in to comment.