Releases: palantir/gradle-git-version
Releases · palantir/gradle-git-version
0.5.3
- VersionDetails now includes branch name
0.5.2
0.5.1
printVersion
task now includes a group and a description
0.5.0
- we now memoize the calls to JGit to improve performance of multiple calls to
gitVersion
orversionDetails
.
0.4.2
- adds new
versionDetails()
method to provide tag distance and last tag information
0.4.1
- Search parent directories for the
.git
directory.
0.4.0
- Build with Gradle 2.10
0.3.0
- Build with Gradle 2.8
0.2.0
- Build with Gradle 2.7
0.1.3
- Eliminate unnecessary Guava dependency