Skip to content

Releases: PRQL/prqlc-r

v0.9.0

20 Sep 13:16
Compare
Choose a tag to compare

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

19 Sep 13:29
696a9fd
Compare
Choose a tag to compare
lib-v0.13.0 Pre-release
Pre-release
feat!: based on prqlc 0.13.0 (#312)

v0.8.1

19 May 21:54
Compare
Choose a tag to compare

Just dependency updates. No user-facing changes.

Full Changelog: v0.8.0...v0.8.1

lib-v0.11.2

19 May 03:30
503a727
Compare
Choose a tag to compare
lib-v0.11.2 Pre-release
Pre-release
fix: fix typo on the configure script (#291)

prqlr 0.8.0

14 Feb 10:50
Compare
Choose a tag to compare

Breaking changes

  • Switch from extendr to savvy. (Thanks @yutannihilation, #252)
    • The error message has been completely changed.
    • prql_compile()'s target option does not accept NA as "sql.any" anymore.

New features

Miscellaneous

Full Changelog: v0.7.0...v0.8.0

lib-v0.11.1

11 Feb 01:42
3b1a369
Compare
Choose a tag to compare
lib-v0.11.1 Pre-release
Pre-release
docs: replace `prql-compiler` to `prqlc` (#260)

A follow up for #257

prqlr 0.7.0

08 Jan 22:47
Compare
Choose a tag to compare

Breaking changes

Full Changelog: v0.6.0...v0.7.0

lib-v0.11.0

04 Jan 03:11
28c2b29
Compare
Choose a tag to compare
lib-v0.11.0 Pre-release
Pre-release
chore: bump prql-compiler's revision (#242)

prqlr 0.6.0

14 Nov 22:49
Compare
Choose a tag to compare

Breaking changes

Full Changelog: v0.5.4...v0.6.0

lib-v0.10.1

14 Nov 14:00
b87dd04
Compare
Choose a tag to compare
lib-v0.10.1 Pre-release
Pre-release
feat: based on prql-compiler 0.10.1 (#229)