Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 3.4 KB

File metadata and controls

54 lines (34 loc) · 3.4 KB

Changelog

v0.4.0 - 2025-12-13

  • feat: support go list for monorepo subdirectories without go.mod by @k1LoW in #22
  • update go version by @Songmu in #24
  • Bump codecov/codecov-action from 1 to 5 by @dependabot[bot] in #26
  • Bump actions/setup-go from 3 to 6 by @dependabot[bot] in #25
  • Bump actions/checkout from 3 to 6 by @dependabot[bot] in #27
  • introduce pinact and ghalint by @Songmu in #28

v0.3.1 - 2024-07-06

  • docs: add the installation guide with aqua by @suzuki-shunsuke in #19
  • replace ioutil by @yulog in #21

v0.3.0 - 2022-09-25

  • install binaries go install is better. by @bootjp in #15
  • introduce modern releng stack by @Songmu in #16

v0.2.0 (2020-07-29)

  • update meta files #14 (Songmu)
  • Add option for skip when no licenses found for package #13 (k1LoW)

v0.1.0 (2019-10-27)

v0.0.7 (2019-09-22)

  • bump Go 1.13 and drop xerrors dependency #8 (Songmu)

v0.0.6 (2019-04-27)

  • [bugfix] truncate before overwriting CREDITS file #6 (Songmu)

v0.0.5 (2019-04-16)

  • fallback golang.org/LICENSE when LICENSE not found locally #5 (Songmu)

v0.0.4 (2019-04-16)

  • use "go env" instead of using runtime.GOPATH() and build.Default.GOPATH #4 (Songmu)

v0.0.3 (2019-04-12)

v0.0.2 (2019-04-10)

  • bundle CREDITS file into built package #1 (Songmu)

v0.0.1 (2019-04-10)