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
--subprojects
have been renamed to--aggregate_paths
in 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
toml
dependency 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
--prepare
option--prepare
/-p
is an option which can now be passed to theaction_items
orreport
task oflicense_finder
prepare
will indicate to License Finder that it should attempt to prepare the project before running in a License scan.
Changed
- Upgrade
Gradle
in Dockerfile - Clean up some CLI interaction and documentation
Fixed
build-essential
was 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