Skip to content

Releases: palantir/gradle-git-version

0.5.3

31 Dec 00:09
Compare
Choose a tag to compare
  • VersionDetails now includes branch name

0.5.2

23 May 18:59
Compare
Choose a tag to compare
  • provide gitHash as part of VersionDetails (contributed by @mglazer)
  • remove Guava dependency and instead use Groovy memoization (contributed by @mglazer)

0.5.1

06 Apr 02:12
Compare
Choose a tag to compare
  • printVersion task now includes a group and a description

0.5.0

04 Apr 16:59
Compare
Choose a tag to compare
  • we now memoize the calls to JGit to improve performance of multiple calls to gitVersion or versionDetails.

0.4.2

30 Mar 11:19
Compare
Choose a tag to compare
  • adds new versionDetails() method to provide tag distance and last tag information

0.4.1

04 Mar 02:14
Compare
Choose a tag to compare
  • Search parent directories for the .git directory.

0.4.0

24 Dec 20:51
Compare
Choose a tag to compare
  • Build with Gradle 2.10

0.3.0

26 Oct 10:00
Compare
Choose a tag to compare
  • Build with Gradle 2.8

0.2.0

13 Oct 05:31
Compare
Choose a tag to compare
  • Build with Gradle 2.7

0.1.3

13 Oct 05:34
Compare
Choose a tag to compare
  • Eliminate unnecessary Guava dependency