Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

50 lines (33 loc) · 2.84 KB

v3.1.0

  • feat: From @balins, allow for specifying a preference of which license to keep in multi-license scenarios.

v3.0.0

  • feat: From @balins, all specification of features to pass to better include optional libraries. This is a major version bump as it is a breaking API change for the library portion of this package. On the CLI, there is no change and not specifiying features will result in the default features being used.

v2.3.0

  • fix: Further improve detection of BSD license files.
  • chore: Update reference THIRDPARTY.yml file after dependencies update.

v2.2.0

  • chore: update deps to pull in latest spdx version
  • feature: support cargo binstall
  • fix closes issue 44, improve detection of BSD license files.

v2.1.1

  • feature Add Unicode-3.0 License from @jwodder

v2.0.0

  • feature Climb path and check workspace directory for LICENSE file from @BlueGreenMagick
  • feature Add MPL-2.0 License from @BlueGreenMagick
  • feature detect LICENSE-UNICODE file for Unicode-dfs-2016 in crate unicode-ident from @BlueGreenMagick = This change will cause existing generated files to now fail in CI, which is why I've bumped the verions to 2.0
  • feature Add repository field to license from @troppmann
    • This is also a potentially breaking change to exsiting thirdparty yaml files

v1.3.0

  • feature Added ISC license @jwodder
  • bugfix Bad ordering of generic license application @jwodder

v1.2.0

  • feature Remove build time libgit2 dep.

v1.1.0

  • feature Allow for finding workspace licenses when explicitly given a path.
  • bugfix Sort licenses by SPDX string before comparing them when checking equality of FinalizedLicense.

v1.0.0 (added retroactively)

  • Normalize $CARGO_HOME #12 @skgland

v0.5.0

  • feature parse license expressions with spdx crate. Implemented by @skgland