Skip to content

Releases: palantir/gradle-git-version

0.10.1

09 Jan 15:44
89d45ff
Compare
Choose a tag to compare
  • [Fix] Versions like 1.2.3-abcd-20 now contain the correct commit SHA instead of the erroneous tag SHA (#81)

0.10.0

21 Nov 13:41
45b2df6
Compare
Choose a tag to compare
  • Use rev-list --first-parent to support git < 1.8.4 (#77)

0.9.1

23 Oct 15:22
Compare
Choose a tag to compare
  • Re-release of 0.9.0 with correct plugin portal publishing (#73)

0.9.0

07 Sep 21:00
Compare
Choose a tag to compare
  • Add non-abbreviated GitHash as gitHashFull (#68)

0.8.0

12 Jul 15:45
Compare
Choose a tag to compare
  • Add support specify tag prefixes of the form my-label@1.2.3

0.7.3

15 May 15:55
Compare
Choose a tag to compare
  • Add VersionDetails#isCleanTag

0.7.2

09 May 07:44
Compare
Choose a tag to compare
  • Bump jGit version to 4.5.2.201704071617-r

0.7.1

08 Apr 15:37
Compare
Choose a tag to compare
  • Add --always flag to yield commit hash versions when no tag is present

0.7.0

29 Mar 14:22
Compare
Choose a tag to compare
  • Shell out to external git command instead of using JGit

0.6.0

14 Mar 23:26
Compare
Choose a tag to compare
  • Match output of 'git describe --first-parent' (#48)