Skip to content

envroll 0.2.1

Choose a tag to compare

@github-actions github-actions released this 02 May 00:13
v0.2.1
0df2c72

Release Notes

Changed

  • README now embeds a programmatic VHS-recorded demo (~80 seconds)
    covering init, fork, set, save, use, exec, diff, log,
    and list. Click the GIF to open the MP4 with pause/scrub controls.
    Source tape lives at docs/demo.tape; regenerate with
    vhs docs/demo.tape.
  • Releases auto-publish to crates.io on every vN.M.P tag push —
    no more manual cargo publish. The new
    .github/workflows/publish-crates.yml workflow runs in parallel with
    cargo-dist's release pipeline and validates that the tag matches
    Cargo.toml's version field before publishing, so a mismatch fails
    loudly instead of silently shipping the wrong version.

Install envroll 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AdriiiPRodri/envroll/releases/download/v0.2.1/envroll-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AdriiiPRodri/envroll/releases/download/v0.2.1/envroll-installer.ps1 | iex"

Download envroll 0.2.1

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