- 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
- feature Remove build time libgit2 dep.
- 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
.
- Normalize $CARGO_HOME #12 @skgland
- feature parse license expressions with spdx crate. Implemented by @skgland