Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 1.65 KB

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