Skip to content

envroll 0.1.1

Choose a tag to compare

@github-actions github-actions released this 01 May 20:10
v0.1.1
5cafe1c

[0.1.1] - 2026-05-01

Added

  • Multi-platform prebuilt binaries for every release, via cargo-dist
    GitHub Actions pipeline. Tier-1 targets:
    • aarch64-apple-darwin (macOS Apple Silicon)
    • x86_64-apple-darwin (macOS Intel)
    • aarch64-unknown-linux-gnu (Linux ARM, e.g., Raspberry Pi 4+)
    • x86_64-unknown-linux-gnu (Linux Intel/AMD — the common one)
    • x86_64-pc-windows-msvc (Windows)
  • Curl / iwr installers auto-generated by cargo-dist:
    • curl -LsSf https://github.com/AdriiiPRodri/envroll/releases/download/v0.1.1/envroll-installer.sh | sh
    • irm https://github.com/AdriiiPRodri/envroll/releases/download/v0.1.1/envroll-installer.ps1 | iex
  • SHA-256 checksums for every artifact + an aggregated sha256.sum per
    release.