Skip to content

v0.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 11:31
· 1702 commits to main since this release
df0a922

0.19.0 (2021-05-30)

⚠ BREAKING CHANGES

  • license: The initializer of the License now takes spdx through the options struct instead of a positional argument. Additionally, an error is thrown if MIT license is selected but the copyrightOwner is not provided (because it is required in the license text).

Bug Fixes

  • license: apache license should not be modified (#832) (df0a922), closes #830