Releases: Songmu/gocredits
Releases · Songmu/gocredits
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))
Checking in changes prior to tagging of version v0.0.2
## [v0.0.2](https://github.com/Songmu/gocredits/compare/v0.0.1...v0.0.2) (2019-04-10) * bundle CREDITS file into built package [#1](https://github.com/Songmu/gocredits/pull/1) ([Songmu](https://github.com/Songmu))