v1.2.0
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.0Features
netwp version/netwp --version: prints the installed version.
When installed viago 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-rungo install .../netwp@latest,git pull+ rebuild, or
re-download the binary from Releases.
Full details in the bilingual README.md / README.pt-BR.md.