Skip to content

0.7.1 - 2026-07-24

Choose a tag to compare

@github-actions github-actions released this 27 Jul 21:15
49d5746

Release Notes

Typeshed semantics

  • Updated the embedded r-typeshed snapshot to the schema-2 release-preparation
    commit, including declarative predicate, assertion, return-length, and
    conditional scope-effect metadata.
  • The loader accepts both schema 1 and schema 2 and validates semantic metadata
    and standalone-check provenance rather than silently accepting unsupported
    declarations.
  • Checker inference now consumes sound metadata for rlang::is_null, rlang
    standalone type checks, intersect(), paste()/paste0(), and source().
    Existing contextual rules (flow application, scope ownership, and
    conservative opt-in weakening) remain in the checker.

Install ry-cli 0.7.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sims1253/ry/releases/download/v0.7.1/ry-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/sims1253/ry/releases/download/v0.7.1/ry-cli-installer.ps1 | iex"

Download ry-cli 0.7.1

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