Skip to content

Releases: wagoodman/go-bouncer

v0.4.0

29 Jul 13:30
f1acf5f
Compare
Choose a tag to compare

Changelog

  • f1acf5f Go 1.18 and dependency bumps (#4)
  • aaefe1a remove windows support from bouncer.sh and also add linux/arm64 and darwin/arm64 to list of supported platforms (#3)

v0.3.0

21 Jan 18:47
c2b1b09
Compare
Choose a tag to compare

Changelog

  • c2b1b09 Merge pull request #1 from subecho/build-arm-binaries
  • a176776 remove windows support
  • e48e641 Update go-bouncer to build arm64 binaries for macOS and Linux
  • 4d0ec92 update links to google repos

v0.2.0

13 Jul 17:39
Compare
Choose a tag to compare

Changelog

039b0cf support lowercase license file
b5c8de5 add install script

v0.1.0

05 Jul 22:47
Compare
Choose a tag to compare

Changelog

be1a20a update docs + pipeline
2b05be6 new application wrapper for licenseclassifier
f29a4c6 Freeze dependency with new version of "copy"
e4cf7a3 Use copy.Options.Skip to ignore .git directory on save
40a1297 Update dependencies
26faeb7 Update README
0fa8c76 Detect licenses regardless of their file extension
2ee7a02 Merge pull request google#14 from google/NatalieDoduc-readme
ce6644b Update README.md
5c9bd38 Add missing newline to go-licenses check output
5468dca Add tests/documentation for using tool with build tags.
03ce1ab Update dependencies
afcf1d3 Fix README formatting (#9)
8e8d2f7 Allow multiple import paths to be passed to commands (#6)
629e99d Change "URLs will not be available" to "may not"
b112ec1 Add an "installation" section to README.md
e1225e8 Correct the tool name in README.md
212ea35 Create Dockerfile for distributing the tool
ca58ae4 Use Go Modules
ddda5c1 Make findUpwards() convert dir into absolute path
a3b2ddb Fix testdata paths
6caad97 Update imports to new location
8c3e42c Add disclaimer to README.md
6dee590 Format README.md
4ad9cbd Add CONTRIBUTING.md and LICENSE files
12d5792 Add more filenames to licenseRegexp
ddddb62 Use license classifier to find files containing licenses
5b4a38c Do not treat a failure to identify a license as a terminal error
c1a533f Support LICENCE spelling. 🇬🇧
6d25f93 Derive file URL from package name
45b2c33 Refactor licenses/git.go
8850e14 Add check command to licenses command.
268734b Modify licenses tool to use "golang.org/x/tools/go/packages"
0916978 Improve formatting of errors in log output from licenses csv
c70fe60 Parse flags that use "flag" package
06ebf30 licenses.Libraries() returns the Library containing the given pkg
cbac3d1 Tool for identifying and complying with licenses for Go packages