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