Skip to content

Releases: github/licensed

3.7.0

25 Apr 23:28
844b593
Compare
Choose a tag to compare

What's Changed

  • License updates for dependabot/github_actions/actions/cache-3 by @jonabc in #490
  • Bump actions/cache from 2 to 3 by @dependabot in #489
  • License updates for dependabot/bundler/byebug-tw-11.1.3 by @jonabc in #492
  • Update byebug requirement from ~> 11.0.1 to ~> 11.1.3 by @dependabot in #491
  • Update rubocop requirement from ~> 0.49, < 1.20 to ~> 1.26, < 1.27 by @dependabot in #493
  • License updates for dependabot/github_actions/actions/setup-java-3 by @jonabc in #501
  • Bump actions/setup-java from 2 to 3 by @dependabot in #497
  • Bump actions/download-artifact from 2 to 3 by @dependabot in #496
  • Bump actions/upload-artifact from 2 to 3 by @dependabot in #495
  • Bump actions/setup-go from 2 to 3 by @dependabot in #494
  • License updates for dependabot/github_actions/haskell/actions-2 by @jonabc in #503
  • Bump haskell/actions from 1 to 2 by @dependabot in #502
  • License updates for support-pip-license-files by @jonabc in #505
  • Support pip packages that install with a license_files folder by @jonabc in #504
  • Release 3.7.0 by @jonabc in #506

Full Changelog: 3.6.0...3.7.0

3.6.0

17 Mar 21:34
538c54f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.5.0...3.6.0

3.5.0

24 Feb 23:18
a1462cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.4.4...3.5.0

3.4.4

08 Feb 02:57
0716611
Compare
Choose a tag to compare

What's Changed

  • Protect from crashes when using Hash#dig by @jonabc in #450

Full Changelog: 3.4.3...3.4.4

3.4.3

31 Jan 19:03
1e5a2a9
Compare
Choose a tag to compare

What's Changed

  • Handle additional case of missing optional npm peer dependencies by @jonabc in #443

Full Changelog: 3.4.2...3.4.3

3.4.2

17 Jan 17:30
5bd7b32
Compare
Choose a tag to compare

What's Changed

  • improve glob when finding dependency package.json files from the yarn sources by @jonabc in #439

Full Changelog: 3.4.1...3.4.2

3.4.1

08 Jan 00:05
bb0534d
Compare
Choose a tag to compare

What's Changed

  • Don't crash yarn source on malformed json by @jonabc in #431

Full Changelog: 3.4.0...3.4.1

3.4.0

14 Dec 23:46
c14a508
Compare
Choose a tag to compare

3.4.0

2021-12-14

Added

  • New Yarn enumerator with support for berry versions (#423)

Fixed

  • Error handling cases return correct values in the Yarn enumerator (#425)
  • Fixed link in command documentation (:tada: @chibicco #416)
  • Fixed minor backwards compatibility issue for Ruby 2.3 support (:tada: @dzunk #414)

Changed

  • Licensed's own dependencies are cached in the repository and kept up to date with GitHub Actions (#421)

3.3.1

07 Oct 16:17
f6bc82e
Compare
Choose a tag to compare

2021-10-07

Fixed

Changed

  • Manifest source evaluation performance improvements (#407)

3.3.0

19 Sep 04:57
21f6e84
Compare
Choose a tag to compare

2021-09-18

Added

  • New cargo source enumerates rust dependencies (#404)

Changed

  • Removed non-functional files from gem builds (#405)