Skip to content

Releases: limansky/sbt-git-flow-version

Release 0.4

15 Oct 12:45
Compare
Choose a tag to compare

Drop sbt 0.13 support. Ugrade to sbt-git (1.0.2).

Release 0.3

18 Apr 14:56
Compare
Choose a tag to compare

Better version calculation for develop is implemented. It's based on "Global version". The global version is calculated according to on unmerged and remote branches names. This might cause unexpected results when you use git clone with --single-branch or --depth parameters.

The develop branch strategy is changed to nextGlobalMinor. You may return it to the previous behavior via setting it to nextMinor.

Release 0.2

19 Jun 18:04
Compare
Choose a tag to compare

This is a maintenance release. Dependencies are updated.

Added VersionCalculator.lastVersionWithSuffix, which might be useful when you have long living feature branch.

Release 0.1

06 Nov 08:46
Compare
Choose a tag to compare

First public release.