Skip to content

Releases: scalacenter/sbt-version-policy

3.2.1

23 Apr 16:31
7935f3b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.2.1

3.2.0

11 Dec 17:34
Compare
Choose a tag to compare

What's Changed

  • Add task versionPolicyExportCompatibilityReport to export the compatibility reports in a machine-readable format (JSON) in #189 (sponsored by @guardian)

Full Changelog: v3.1.0...v3.2.0

3.1.0

05 Dec 09:16
1335e94
Compare
Choose a tag to compare

What's Changed

  • Simplify integration with sbt-release in #187 (sponsored by @guardian)
    We introduce a new object sbtversionpolicy.withsbtrelease.ReleaseVersion providing “release version functions” that can be used with sbt-release in the step setReleaseVersion 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

30 Nov 12:23
Compare
Choose a tag to compare

What's Changed

  • Introduce tasks versionPolicyAssessCompatibility and versionPolicyFindIssues 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 portable sed -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

2.1.3

03 Aug 13:56
18d39bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

2.1.2

18 Jul 17:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

2.1.1

05 Jun 07:58
Compare
Choose a tag to compare

This release is identical to 2.1.0 except that some dependencies have been updated and we now use sbt 1.9.0 to publish a correct Maven artifact.

2.1.0

27 Oct 11:58
Compare
Choose a tag to compare
  • #140 Add versionPolicyModuleVersionExtractor allowing users to define a custom logic for parsing a module version (by @jgogstad)
  • #125 Update MiMa to 1.1.0

Full Changelog: v2.0.1...v2.1.0

2.0.1

15 Oct 07:56
Compare
Choose a tag to compare
  • Update sbt-mima-plugin to 1.0.1

2.0.0

25 Aug 12:30
845f822
Compare
Choose a tag to compare
  • #100 Update sbt-mima-plugin to 1.0.0