Skip to content

0.2.1

Compare
Choose a tag to compare
@DavidGregory084 DavidGregory084 released this 04 Apr 21:18
· 274 commits to main since this release
f8443a1

Added

  • Enable MiMa checks in GitHub Actions workflows.
  • Set versionScheme to clarify version compatibility claims.

Fixed

  • Apply -Xfatal-warnings regardless of version once more. Applying -Werror for Scala 2.13.x causes problems for users who currently filter out -Xfatal-warnings from scalacOptions explicitly.

Changed

  • Expanded usage instructions to guide users toward the ScalacOptions DSL.