Releases: PRQL/prqlc-r
Releases · PRQL/prqlc-r
v0.9.0
Breaking changes
Bug fixes
- Fix to report rustc version even if installing with pre-built binaries. (#305)
Miscellaneous
- On R-universe, installing with pre-built binaries is now default. (#305)
- The configure script now compares the package's MSRV and the rustc version,
and if the rustc version is less than the MSRV, an warning message is displayed. (#311)
Full Changelog: v0.8.1...v0.9.0
lib-v0.13.0
feat!: based on prqlc 0.13.0 (#312)
v0.8.1
Just dependency updates. No user-facing changes.
Full Changelog: v0.8.0...v0.8.1
lib-v0.11.2
fix: fix typo on the configure script (#291)
prqlr 0.8.0
Breaking changes
- Switch from
extendr
tosavvy
. (Thanks @yutannihilation, #252)- The error message has been completely changed.
prql_compile()
'starget
option does not acceptNA
as"sql.any"
anymore.
New features
Miscellaneous
- The GitHub repository used to develop this package has been moved to https://github.com/PRQL/prqlc-r.
Other URLs are also changed accordingly. (#262, #263)
Full Changelog: v0.7.0...v0.8.0
lib-v0.11.1
docs: replace `prql-compiler` to `prqlc` (#260) A follow up for #257
prqlr 0.7.0
lib-v0.11.0
chore: bump prql-compiler's revision (#242)
prqlr 0.6.0
lib-v0.10.1
feat: based on prql-compiler 0.10.1 (#229)