Go Licenses Versions Save

A lightweight tool to report on the licenses used by a Go package and its dependencies. Highlight! Versioned external URL to licenses can be found at the same time.

v1.6.0

1 year ago

What's Changed

New Contributors

Dependency Changes

Full Changelog: https://github.com/google/go-licenses/compare/v1.5.0...v1.6.0

v1.5.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/google/go-licenses/compare/v1.4.0...v1.5.0

v1.4.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/google/go-licenses/compare/v1.3.1...v1.4.0

v1.3.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/google/go-licenses/compare/v1.3.0...v1.3.1

v1.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/google/go-licenses/compare/v1.2.1...v1.3.0

v1.2.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/google/go-licenses/compare/v1.2.0...v1.2.1

v1.2.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/google/go-licenses/compare/v1.1.1...v1.2.0

v1.1.1

2 years ago

What's Changed

Full Changelog: https://github.com/google/go-licenses/compare/v1.1.0...v1.1.1

v1.1.0

2 years ago

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 https://github.com/google/go-licenses/issues/128 if this broke you! We can change.

What's Changed

Full Changelog: https://github.com/google/go-licenses/compare/v1.0.0...v1.1.0

v1.0.0

2 years ago

v1.0.0

Hi everyone! Welcome to the v1.0.0 release! Nothing has changed, but we want to start making changes to better integrate with Go module features to improve the accuracy of reported results. We are cutting a v1 release so that any potentially disruptive changes (i.e. flag changes, etc.) don't take anyone by surprise. Non CLI surface changes will continue to be published with minor releases in line with https://go.dev/doc/modules/release-workflow.

Cheers! 🎉