Skip to content

v0.3.2

Compare
Choose a tag to compare
@anthonyfok anthonyfok released this 23 Feb 08:25
· 101 commits to master since this release
v0.3.2
82916c0

This release includes contributions from, in alphabetical order,
@anthonyfok, @creekorful, @kataras, @ThreeFx and @zhsj.

  • Refactor shortHostName:
    Move knownHosts to a map to simplify the code,
    and fix the publicsuffix guess, input should be fqdn.
  • Sort the knownHosts list in alphabetical order
  • Add {sigs,}k8s.io, "gocloud" (gocloud.dev), sourcehut (git.sr.ht),
    and "uber" (go.uber.org) to knownHosts.
  • Fix version detection for multi-module repo.
  • Download upstream tarball from GitHub or GitLab
    if so resolved by vcs.RepoRootForImportPath().
  • Update Standards-Version to 4.5.0
  • Fix ineffectual assignment to err in tarballFromHoster()
  • Manage MIT (Expat) license too
  • Remove unneeded golang-*-dev dependency for program.
    Fixes a bug that was introduced in commit 8ed6b21 for v0.1.0