diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 68c7d43..ee997e2 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -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 diff --git a/DESCRIPTION b/DESCRIPTION index f0a1a81..ac36e7e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "ts1s1andn@gmail.com", role = c("aut", "cre")), person("Authors of the dependency Rust crates", role = "aut", diff --git a/NEWS.md b/NEWS.md index 40324d1..e33c7d2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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) diff --git a/cran-comments.md b/cran-comments.md index e558466..0e0182d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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.