1.0.0
Significant Changes
Introduces mimaExcludeAnnotations: SettingKey[Seq[String]]]
which define the fully-qualified class names of annotations that exclude parts of the API from the problem reporting.
This was implemented to ease the maintenance of the scala3-library, where there are @experimental
classes and methods that haven't committed to their binary API yet.
In this release, the new feature's support for Scala 2 remains partial. Annotated classes are handled; annotated methods aren't, yet.