Skip to content

Commit 24d4599

Browse files
authored
release: version 0.9.0 (#315)
1 parent 48a1ac6 commit 24d4599

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 0.8.1
2-
Date: 2024-05-19 05:17:56 UTC
3-
SHA: 7bd3c512e2d82afe98fef430baa3a104b7112994
1+
Version: 0.9.0
2+
Date: 2024-09-19 15:14:05 UTC
3+
SHA: 9bcc6ef530582844da1e8c8b5e3faa8477a5ecd2

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description:
44
Provides a function to convert 'PRQL' strings to 'SQL' strings.
55
Combined with other R functions that take 'SQL' as an argument,
66
'PRQL' can be used on R.
7-
Version: 0.8.1.9000
7+
Version: 0.9.0.9000
88
Authors@R:
99
c(person("Tatsuya", "Shima", email = "[email protected]", role = c("aut", "cre")),
1010
person("Authors of the dependency Rust crates", role = "aut",

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# prqlr (development version)
22

3+
# prqlr 0.9.0
4+
35
## Breaking changes
46

57
- Based on [`prqlc`](https://github.com/prql/prql) 0.13.0 (#312)

cran-comments.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@
1313
## R CMD check results
1414

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

0 commit comments

Comments
 (0)