Skip to content

v0.5.2 (2024-04-14)

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 13:23
· 166 commits to main since this release

Release Notes

New features

  • Now savvy's debug build (when DEBUG envvar is set to true, i.e.,
    devtools::load_all()), panic doesn't crash R session and shows bactrace.
    This is useful for investigating what's the cause of the panic.

    Please keep in mind that, in Rust, panic is an unrecoverable error. So,
    not crashing doesn't mean you are saved.

  • savvy-cli test no longer relies on the savvy R package.

Fixed bugs

  • Fixed a bug in try_from_iter() when the actual length is different than the
    size reported by size_hint().

  • savvy-cli test now uses the local crate as the path dependency, instead of
    using the savvy crate fixedly.

Download savvy-cli 0.5.2

File Platform Checksum
savvy-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
savvy-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
savvy-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
savvy-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
savvy-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum