Releases: Songmu/gocredits
Releases · Songmu/gocredits
v0.4.0
What's Changed
- feat: support
go listfor 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
New Contributors
- @dependabot[bot] made their first contribution in #26
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- docs: add the installation guide with aqua by @suzuki-shunsuke in #19
- replace ioutil by @yulog in #21
New Contributors
- @suzuki-shunsuke made their first contribution in #19
- @yulog made their first contribution in #21
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Checking in changes prior to tagging of version v0.2.0
## [v0.2.0](https://github.com/Songmu/gocredits/compare/v0.1.0...v0.2.0) (2020-07-29) * update meta files [#14](https://github.com/Songmu/gocredits/pull/14) ([Songmu](https://github.com/Songmu)) * Add option for skip when no licenses found for package [#13](https://github.com/Songmu/gocredits/pull/13) ([k1LoW](https://github.com/k1LoW))
Checking in changes prior to tagging of version v0.1.0
## [v0.1.0](https://github.com/Songmu/gocredits/compare/v0.0.7...v0.1.0) (2019-10-27) * introduce GitHub Actions for CI [#11](https://github.com/Songmu/gocredits/pull/11) ([Songmu](https://github.com/Songmu)) * better finding license way [#10](https://github.com/Songmu/gocredits/pull/10) ([Songmu](https://github.com/Songmu))
Checking in changes prior to tagging of version v0.0.7
## [v0.0.7](https://github.com/Songmu/gocredits/compare/v0.0.6...v0.0.7) (2019-09-22) * bump Go 1.13 and drop xerrors dependency [#8](https://github.com/Songmu/gocredits/pull/8) ([Songmu](https://github.com/Songmu))
Checking in changes prior to tagging of version v0.0.6
## [v0.0.6](https://github.com/Songmu/gocredits/compare/v0.0.5...v0.0.6) (2019-04-27) * [bugfix] truncate before overwriting CREDITS file [#6](https://github.com/Songmu/gocredits/pull/6) ([Songmu](https://github.com/Songmu))
Checking in changes prior to tagging of version v0.0.5
## [v0.0.5](https://github.com/Songmu/gocredits/compare/v0.0.4...v0.0.5) (2019-04-16) * fallback golang.org/LICENSE when LICENSE not found locally [#5](https://github.com/Songmu/gocredits/pull/5) ([Songmu](https://github.com/Songmu))
Checking in changes prior to tagging of version v0.0.4
## [v0.0.4](https://github.com/Songmu/gocredits/compare/v0.0.3...v0.0.4) (2019-04-16) * use "go env" instead of using runtime.GOPATH() and build.Default.GOPATH [#4](https://github.com/Songmu/gocredits/pull/4) ([Songmu](https://github.com/Songmu))
Checking in changes prior to tagging of version v0.0.3
## [v0.0.3](https://github.com/Songmu/gocredits/compare/v0.0.2...v0.0.3) (2019-04-12) * update finding license way [#3](https://github.com/Songmu/gocredits/pull/3) ([Songmu](https://github.com/Songmu)) * use xenial in travis [#2](https://github.com/Songmu/gocredits/pull/2) ([Songmu](https://github.com/Songmu))