github.com/Songmu/gocredits@v0.3.1-0.20231111084238-af961788d757/CHANGELOG.md (about)

     1  # Changelog
     2  
     3  ## [v0.3.0](https://github.com/Songmu/gocredits/compare/v0.2.0...v0.3.0) - 2022-09-25
     4  - install binaries go install is better. by @bootjp in https://github.com/Songmu/gocredits/pull/15
     5  - introduce modern releng stack by @Songmu in https://github.com/Songmu/gocredits/pull/16
     6  
     7  ## [v0.2.0](https://github.com/Songmu/gocredits/compare/v0.1.0...v0.2.0) (2020-07-29)
     8  
     9  * update meta files [#14](https://github.com/Songmu/gocredits/pull/14) ([Songmu](https://github.com/Songmu))
    10  * Add option for skip when no licenses found for package [#13](https://github.com/Songmu/gocredits/pull/13) ([k1LoW](https://github.com/k1LoW))
    11  
    12  ## [v0.1.0](https://github.com/Songmu/gocredits/compare/v0.0.7...v0.1.0) (2019-10-27)
    13  
    14  * introduce GitHub Actions for CI [#11](https://github.com/Songmu/gocredits/pull/11) ([Songmu](https://github.com/Songmu))
    15  * better finding license way [#10](https://github.com/Songmu/gocredits/pull/10) ([Songmu](https://github.com/Songmu))
    16  
    17  ## [v0.0.7](https://github.com/Songmu/gocredits/compare/v0.0.6...v0.0.7) (2019-09-22)
    18  
    19  * bump Go 1.13 and drop xerrors dependency [#8](https://github.com/Songmu/gocredits/pull/8) ([Songmu](https://github.com/Songmu))
    20  
    21  ## [v0.0.6](https://github.com/Songmu/gocredits/compare/v0.0.5...v0.0.6) (2019-04-27)
    22  
    23  * [bugfix] truncate before overwriting CREDITS file [#6](https://github.com/Songmu/gocredits/pull/6) ([Songmu](https://github.com/Songmu))
    24  
    25  ## [v0.0.5](https://github.com/Songmu/gocredits/compare/v0.0.4...v0.0.5) (2019-04-16)
    26  
    27  * fallback golang.org/LICENSE when LICENSE not found locally [#5](https://github.com/Songmu/gocredits/pull/5) ([Songmu](https://github.com/Songmu))
    28  
    29  ## [v0.0.4](https://github.com/Songmu/gocredits/compare/v0.0.3...v0.0.4) (2019-04-16)
    30  
    31  * 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))
    32  
    33  ## [v0.0.3](https://github.com/Songmu/gocredits/compare/v0.0.2...v0.0.3) (2019-04-12)
    34  
    35  * update finding license way [#3](https://github.com/Songmu/gocredits/pull/3) ([Songmu](https://github.com/Songmu))
    36  * use xenial in travis [#2](https://github.com/Songmu/gocredits/pull/2) ([Songmu](https://github.com/Songmu))
    37  
    38  ## [v0.0.2](https://github.com/Songmu/gocredits/compare/v0.0.1...v0.0.2) (2019-04-10)
    39  
    40  * bundle CREDITS file into built package [#1](https://github.com/Songmu/gocredits/pull/1) ([Songmu](https://github.com/Songmu))
    41  
    42  ## [v0.0.1](https://github.com/Songmu/gocredits/compare/c60a0691deb4...v0.0.1) (2019-04-10)