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