Skip to content

0.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 21:58
252ea60

Release Notes

Added

  • Added a cargo-deny policy for dependency advisories, duplicate/wildcard
    dependency rules, allowed source registries, and dependency licenses.
  • GitHub Actions CI and the local mise run check task now run
    cargo deny check alongside formatting, strict Clippy, and tests.

Changed

  • Cargo source packages now exclude local mise.toml, keeping local tool-trust
    config out of published crate sources.

Fixed

  • The source Arch kickoutchi PKGBUILD now invokes /usr/bin/cargo,
    /usr/bin/rustc, and /usr/bin/rustdoc directly during prepare/build/check,
    so user tool shims cannot break makepkg builds or doctests.

Install kickoutchi 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nuggocto/kickoutchi/releases/download/v0.1.1/kickoutchi-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/nuggocto/kickoutchi/releases/download/v0.1.1/kickoutchi-installer.ps1 | iex"

Download kickoutchi 0.1.1

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