3.1.0
What's Changed
- Simplify integration with
sbt-release
in #187 (sponsored by @guardian)
We introduce a new objectsbtversionpolicy.withsbtrelease.ReleaseVersion
providing “release version functions” that can be used withsbt-release
in the stepsetReleaseVersion
to bump the release version according to the compatibility level with the previous release (ie, to automatically bump the major version number in case of a binary incompatible release). See the documentation.
Full Changelog: v3.0.0...v3.1.0