Releases: scalacenter/sbt-version-policy
Releases · scalacenter/sbt-version-policy
3.2.1
What's Changed
- Ensure multi-module SBT plugins respect
excludedModulessetting by @alejandrohdezma in #199
New Contributors
- @alejandrohdezma made their first contribution in #195
Full Changelog: v3.2.0...v3.2.1
3.2.0
3.1.0
What's Changed
- Simplify integration with
sbt-releasein #187 (sponsored by @guardian)
We introduce a new objectsbtversionpolicy.withsbtrelease.ReleaseVersionproviding “release version functions” that can be used withsbt-releasein the stepsetReleaseVersionto 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
3.0.0
What's Changed
- Introduce tasks
versionPolicyAssessCompatibilityandversionPolicyFindIssuesin #184 (sponsored by @guardian) - Add a convenient method to compute the highest level of compatibility of all the sub-projects aggregated by a project in #186 (sponsored by @guardian)
- Fix
scriptedtests on Mac: use portablesed -isyntax by @rtyley in #181 - use setup-java instead of deprecated olafurpg/setup-scala by @xuwei-k in #183
- Remove deprecated API by @julienrf in #185
New Contributors
Full Changelog: v2.1.3...v3.0.0