nitr v0.8.1
If you downloaded v0.8.0, replace it. Every v0.8.0 binary crashed on
startup before reaching main, so every command — on every platform —
exited immediately; v0.8.1 is that fix.
Added
- Quick-install command added to the README. (925d004)
Fixed
- Built binaries panicked in an
init()beforemainran, so every command
crashed on launch. Bumpinggo.ricetov1.0.3pulls the fixed
go.zipexe v1.0.2transitively, and a smoke test that builds and runs the
binary now guards against this shipping green again. (9a41e4c) make buildproduced no binary at all — the target was missing the-o
flag — so it now writesnitras expected. (f234a60)