Releases: google/go-licenses
Releases · google/go-licenses
v2.0.0-alpha.1
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
What's Changed
New Contributors
Dependency Changes
- Bump golang.org/x/net from 0.1.0 to 0.2.0 by @dependabot in #165
- Bump golang.org/x/mod from 0.6.0 to 0.7.0 by @dependabot in #166
- Bump golang.org/x/tools from 0.2.0 to 0.3.0 by @dependabot in #167
- Bump golang.org/x/net from 0.2.0 to 0.4.0 by @dependabot in #172
- Bump golang.org/x/tools from 0.3.0 to 0.5.0 by @dependabot in #177
Full Changelog: v1.5.0...v1.6.0
Version 1.5.0
What's Changed
- Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by @dependabot in #156
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #155
- Add include_tests flag for deps only used in tests by @davidhsingyuchen in #160
- Provide an example for check command by @davidhsingyuchen in #162
- Bump golang.org/x/text from 0.3.8 to 0.4.0 by @dependabot in #159
- Bump golang.org/x/tools from 0.1.12 to 0.2.0 by @dependabot in #161
New Contributors
- @davidhsingyuchen made their first contribution in #160
Full Changelog: v1.4.0...v1.5.0
Version 1.4.0
Version 1.3.1
What's Changed
- Switch from glog to klog by @jdolitsky in #138
- Bump k8s.io/klog/v2 from 2.70.1 to 2.80.0 by @dependabot in #145
- Bump k8s.io/klog/v2 from 2.80.0 to 2.80.1 by @dependabot in #146
- Fix stdlib detection when goroot and gopath share the same prefix by @jingyuanliang in #148
New Contributors
- @jdolitsky made their first contribution in #138
- @jingyuanliang made their first contribution in #148
Full Changelog: v1.3.0...v1.3.1
Version 1.3.0
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
- @lavrd made their first contribution in #60
- @willnorris made their first contribution in #141
Full Changelog: v1.2.1...v1.3.0
Version 1.2.1
What's Changed
- Fix stdout/stderr redirect in docs by @elenalape in #130
- Use golang:1.18 as base image in Dockerfile by @jarnoan in #133
- add support for UNLICENSE file matching by @MarlonGamez in #40
New Contributors
- @elenalape made their first contribution in #130
- @jarnoan made their first contribution in #133
- @MarlonGamez made their first contribution in #40
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
v1.1.1
v1.1.0
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
Full Changelog: v1.0.0...v1.1.0