Releases: scalacenter/sbt-version-policy
Releases · scalacenter/sbt-version-policy
3.2.1
What's Changed
- Ensure multi-module SBT plugins respect
excludedModules
setting 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-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
3.0.0
What's Changed
- Introduce tasks
versionPolicyAssessCompatibility
andversionPolicyFindIssues
in #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
scripted
tests on Mac: use portablesed -i
syntax 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