Skip to content

Release 0.6.2

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 23 Nov 06:29
· 38 commits to main since this release

Fixed

  • PR#44 fixed the Display for various GNU licenses, since they are "special" and diverge from the SPDX spec for reasons. Thanks @mmurto!

Added

  • PR#43 added the text feature flag, which includes the full license and exception texts. They can be retrieved via LicenseId::text and ExceptionId::text respectively.
  • PR#43 added the Expression::minimized_requirements method which allows a set of potential licensees be reduced down to the minimum possible requirements for an expression.