Skip to content

v1.2.0

Choose a tag to compare

@gsjonio gsjonio released this 10 Jul 02:01

Purely additive on top of v1.1.0 — nothing existing changed, so this is a clean minor bump.

Install

go install github.com/gsjonio/netwp/cmd/netwp@v1.2.0

Features

  • netwp version / netwp --version: prints the installed version.
    When installed via go install github.com/gsjonio/netwp/cmd/netwp@vX.Y.Z,
    shows that version directly. When built locally from a git checkout,
    falls back to the VCS commit Go embeds automatically (with a -dirty
    suffix if there are uncommitted changes).
  • Documented the three ways to update netwp, since there's no self-update
    mechanism: re-run go install .../netwp@latest, git pull + rebuild, or
    re-download the binary from Releases.

Full details in the bilingual README.md / README.pt-BR.md.