Releases: github/licensed
Releases · github/licensed
3.2.3
3.2.2
3.2.1
3.2.1
2021-09-06
Changed
- Updated multiple dependency versions (🎉 @mmorel-35 #385, #389)
- Go homepage links use pkg.go.dev instead of godoc.org (🎉 @mmorel-35 #391)
- Local development ruby version changed to 2.7.4 (#393)
Fixed
- Bundler source correctly finds platform specific dependencies (#392)
3.2.0
3.2.0
2021-08-19
Added
- Application names can be dynamically generated based on the path to the application source (#375)
Changed
- Updated command documentation (#378, https://github.com/github/licensed/pull/380/files)
- Updated configuration documentation (#375)
- Cache and status commands give additional diagnostic output when using JSON and YAML formatters (#378)
- Status command will give users a link to documentation when compliance checks fail (#381)
Fixed
- The bundler source correctly checks that the path bundler specifies a gem is loaded from is a file (#379)
3.1.0
3.1.0
2021-06-16
Added
Changed
- The
source_path
configuration property accepts arrays of inclusion and exclusion glob patterns (#368) - The Nuget source now uses configured fallback folders to find dependencies that are not in found in the project folder (#366)
- The Nuget source supports a configurable property for the path from the project source path to the project's
obj
folder (#365)
Fixed
3.0.1
3.0.0
3.0.0
2021-04-27
This is a major release and includes potentially breaking changes to bundler dependency enumeration.
Changed
- The bundler source will return an error when run from an executable. Please install licensed as a gem to continue using the bundler source. Please see the v3 migration document for full details and migration strategies.