Skip to content

V0.0.5

Highlights ⭐️

  • Install snippets pin the release: Every go install line in the README, the manual and the site now names the release instead of @latest, which resolves to a stale v0.1.0 the module proxy still serves.
  • The stale v0.1.0 is retracted in go.mod: The directive is recorded but has no effect yet, because Go honours a retraction only from a version above the one it retracts. Pin a version, as the snippets do.