Releases: pivotal/LicenseFinder
Releases · pivotal/LicenseFinder
v4.0.0
Changed
- CLI output has been altered to be clear about active states and installed states.
- option
--subprojectshave been renamed to--aggregate_pathsin order to be clear about its functionality
Fixed
- Fixed issue where dangling symbolic link would cause License Finder to crash and not continue. Instead, License Finder will now warn about the issue and continue.
3.1.1
Patch Fix For 3.1.0
- add missing
tomldependency to gemspec
v3.1.0
Version 3.1.0 is being released alongside/closely behind Version 4.0.
This version of License Finder comes with the --prepare option, however does not contain any of the breaking changes and updates that Version 4.0 will contain.
Added
- Added support for Carthage
- Added support for gvt
- Added support for yarn
- Added support for glide
- Added support for GoVendor
- Added support for Dep
- Added support for Conan
- Added
--prepareoption--prepare/-pis an option which can now be passed to theaction_itemsorreporttask oflicense_finderpreparewill indicate to License Finder that it should attempt to prepare the project before running in a License scan.
Changed
- Upgrade
Gradlein Dockerfile - Clean up some CLI interaction and documentation
Fixed
build-essentialwas added back into the Dockerfile after accidentally being removed- Ignore leading prefixes such as 'The' when looking for licenses
v3.0.4
Merge pull request #343 from pivotal/release-pipeline add concourse tasks for all release steps