Skip to content

Releases: github/licensed

1.5.2

27 Dec 20:41
3bd9522
Compare
Choose a tag to compare

1.5.2 - 2018-12-27

Changes

  • Go source added support for Go modules and Golang 1.11+ (#113)

Fixed

  • Licensed will have a non-zero exit code when commands fail (:tada: @parkr #111)

1.5.1

31 Oct 00:20
d06370e
Compare
Choose a tag to compare

1.5.1 - 2018-10-30

Fixed

  • Fixed a scenario where licensed wasn't finding bundler dependencies when run as an executable due to a ruby version mismatch (#106)

1.5.0

25 Oct 00:10
520fd2a
Compare
Choose a tag to compare

1.5.0 - 2018-10-24

Added

  • licensed (version | -v | --version) command to see the current licensed version (:tada: @mwagz! #101)

Fixed

  • NPM source no longer raises an error when ignored dependencies aren't found (:tada: @mwagz! #100)
  • Checking for a Git repo will no longer possibly modify .git/index (:tada: @dbussink #102)
  • Fixed a scenario where licensed wasn't finding bundler dependencies when run as an executable (#103)

1.4.0

21 Oct 05:53
24b6023
Compare
Choose a tag to compare

1.4.0 - 2018-10-20

Added

  • Git Submodules dependency source 🎉
  • Configuration option to explicitly set a root absolute path

Changes

  • COPYING file is no longer matched as a legal file

Fixed

  • NPM source will enumerate multiple versions of the same dependency
  • Running Licensed outside of a Git repository no longer raises an error
  • Packaging scripts will correctly return to the previous branch when the script is finished

1.3.4

21 Sep 07:45
7a689bb
Compare
Choose a tag to compare

1.3.4 - 2018-09-20

Changes

  • Bundler source will avoid looking for a gemspec file when possible

1.3.3

07 Sep 21:27
9eea8e8
Compare
Choose a tag to compare

1.3.3 - 2018-09-07

Fixed

  • Manifest source configuration globs correctly enumerates files from within submodules
  • The manifest source no longer errors when getting version information from submodules

1.3.2

15 Aug 22:23
Compare
Choose a tag to compare

1.3.2 - 2018-08-15

Fixed

  • Fixed issue when multiple versions of a cabal package are found

1.3.1

02 Aug 00:01
f17d242
Compare
Choose a tag to compare

1.3.1 - 2018-08-01

Fixed

  • Fixed regression finding ruby gems by path

1.3.0

25 Jul 22:27
Compare
Choose a tag to compare

1.3.0 - 2018-07-25

Added

  • Manifests for the manifest dependency source can be specified using glob patterns in the configuration
  • Paths to licenses for dependencies from the manifest dependency source can be specified in the configuration
  • Manifest dependency source looks for license content in C-style comments if a license file isn't found

Changes

  • GitHub is no longer queried to find remote license information
  • Removed custom logic around determining whether to use the license key from licensee
  • NPM dependency enumeration doesn't use npm list
  • Licensed now tracks content from multiple license files when available

Fixed

  • Fixed regression finding platform-specific ruby gems

1.2.0

22 Jun 18:45
1e135fa
Compare
Choose a tag to compare

1.2.0 - 2018-06-22

Added

  • Building and packaging distributable exes for licensed releases
  • Can now configure which Gemfile groups are excluded from dependency enumeration

Fixed

  • Bundler is no longer always reported as a dependency
  • Set the minimum required ruby version for licensed