Skip to content

Releases: google/go-licenses

v2.0.0-alpha.1

27 Jun 08:26
d018223
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Bump golang.org/x/mod from 0.7.0 to 0.9.0 by @dependabot in #188
  • chore: improve check error message when license not found by @Bobgy in #197
  • build(deps): bump golang.org/x/net from 0.5.0 to 0.9.0 by @dependabot in #201
  • Upgrade dependencies including licenseclassifier/v2 by @inteon in #203
  • If the same license is found in a LICENSE file twice, only return it once by @inteon in #214
  • test: complex e2e test case by @inteon in #215
  • Performance Improvements by @inteon in #204
  • build(deps): bump golang.org/x/tools from 0.8.0 to 0.12.0 by @dependabot in #223
  • build(deps): bump golang.org/x/text from 0.12.0 to 0.13.0 by @dependabot in #226
  • Add /v2 to module and imports by @damemi in #270

New Contributors

Full Changelog: v1.6.0...v2.0.0-alpha.1

Version 1.6.0

18 Jan 04:11
5348b74
Compare
Choose a tag to compare

What's Changed

  • add .LicensePath and licenseText func to templates by @gwatts in #179

New Contributors

Dependency Changes

Full Changelog: v1.5.0...v1.6.0

Version 1.5.0

24 Oct 23:48
0e0ec3a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

Version 1.4.0

28 Sep 23:22
5b8f2a2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

Version 1.3.1

14 Sep 05:33
cac23d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

Version 1.3.0

26 Aug 06:17
5eedde1
Compare
Choose a tag to compare

What's Changed

  • Avoid duplicate output and print all forbidden licenses by @lavrd in #60
  • Bump golang.org/x/tools from 0.1.10 to 0.1.11 by @dependabot in #135
  • Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #136
  • Bump golang.org/x/tools from 0.1.11 to 0.1.12 by @dependabot in #137
  • add report subcommand with custom templates by @willnorris in #141

New Contributors

Full Changelog: v1.2.1...v1.3.0

Version 1.2.1

20 May 09:46
94bf8c3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

Version 1.2.0

22 Apr 01:50
5b654af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

12 Apr 01:31
1f7f92b
Compare
Choose a tag to compare

What's Changed

  • fix: improve error message when a proprietary license exists by @Bobgy in #123
  • fix: segmentation fault panic when go modules info is missing by @Bobgy in #129

Full Changelog: v1.1.0...v1.1.1

v1.1.0

10 Apr 08:26
e6efe14
Compare
Choose a tag to compare

Hello everyone!

v1.1.0 introduces native support for go modules. Url discovery rate and version information are significantly improved with go modules metadata.

This is technically a BREAKING CHANGE, because go-licenses no longer works with projects not using go modules. However, given the wide spread usage of modules. We decided to go with a minor release. Let us know in #128 if this broke you! We can change.

What's Changed

  • feat!(v2): use go modules info by @Bobgy in #94
  • doc: update usages for v1.1 by @Bobgy in #111

Full Changelog: v1.0.0...v1.1.0