Skip to content

0.6.0 - 2026-06-26

Choose a tag to compare

@github-actions github-actions released this 26 Jun 07:01
722d526

Release Notes

Added

  • Release automation via dist. Each v*
    tag now also publishes shell + PowerShell install scripts and a Homebrew formula
    (brew install noemaforge/tap/vimanam), and cargo binstall vimanam works against
    the released binaries — alongside the existing crates.io publish and prebuilt
    archives (#32, #25, #26).
  • aarch64-unknown-linux-gnu (ARM64 Linux) release binaries.

Changed

  • Release archives are now .tar.xz named vimanam-<target-triple> (dist's
    convention) and additionally bundle CHANGELOG.md; previously .tar.gz named
    vimanam-<version>-<target-triple>. Checksums (.sha256) and a combined
    sha256.sum are still published.
  • crates.io publishing moved from the old hand-rolled release workflow to a dedicated
    publish-crate.yml, since dist does not publish to crates.io.

Install vimanam 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/noemaforge/vimanam/releases/download/v0.6.0/vimanam-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/noemaforge/vimanam/releases/download/v0.6.0/vimanam-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install noemaforge/tap/vimanam

Download vimanam 0.6.0

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