Skip to content

nitr v0.8.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 14:51
· 149 commits to master since this release

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() before main ran, so every command
    crashed on launch. Bumping go.rice to v1.0.3 pulls the fixed
    go.zipexe v1.0.2 transitively, and a smoke test that builds and runs the
    binary now guards against this shipping green again. (9a41e4c)
  • make build produced no binary at all — the target was missing the -o
    flag — so it now writes nitr as expected. (f234a60)