Skip to content

[0.1.15] - 2023-03-27

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 18:31
· 211 commits to main since this release

Release Notes

Features

  • Implement evaluation of AExpr::Functions

Miscellaneous Tasks

  • Cleanup the Justfile and remove Dockerfile.dev

Refactor

  • Abstract integer type into a common Int type
  • Improve checko logging and reliability

checko 0.1.15

Install checko 0.1.15

Install prebuilt binaries via shell script

# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/team-checkr/checkr/releases/download/v0.1.15/checko-v0.1.15-installer.sh | sh

Install prebuilt binaries via powershell script

# WARNING: this installer is experimental
irm https://github.com/team-checkr/checkr/releases/download/v0.1.15/checko-v0.1.15-installer.ps1 | iex

Download checko 0.1.15

target kind download
aarch64-apple-darwin tarball checko-v0.1.15-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball checko-v0.1.15-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball checko-v0.1.15-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball checko-v0.1.15-x86_64-unknown-linux-gnu.tar.xz

inspectify 0.1.15

Install inspectify 0.1.15

Install prebuilt binaries via shell script

# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/team-checkr/checkr/releases/download/v0.1.15/inspectify-v0.1.15-installer.sh | sh

Install prebuilt binaries via powershell script

# WARNING: this installer is experimental
irm https://github.com/team-checkr/checkr/releases/download/v0.1.15/inspectify-v0.1.15-installer.ps1 | iex

Download inspectify 0.1.15

target kind download
aarch64-apple-darwin tarball inspectify-v0.1.15-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball inspectify-v0.1.15-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball inspectify-v0.1.15-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball inspectify-v0.1.15-x86_64-unknown-linux-gnu.tar.xz