Releases: palantir/gradle-git-version
Releases · palantir/gradle-git-version
0.10.1
- [Fix] Versions like
1.2.3-abcd-20
now contain the correct commit SHA instead of the erroneous tag SHA (#81)
0.10.0
- Use rev-list --first-parent to support git < 1.8.4 (#77)
0.9.1
- Re-release of 0.9.0 with correct plugin portal publishing (#73)
0.9.0
- Add non-abbreviated GitHash as gitHashFull (#68)
0.8.0
- Add support specify tag prefixes of the form
my-label@1.2.3
0.7.3
- Add VersionDetails#isCleanTag
0.7.2
- Bump jGit version to 4.5.2.201704071617-r
0.7.1
- Add
--always
flag to yield commit hash versions when no tag is present
0.7.0
- Shell out to external
git
command instead of using JGit
0.6.0
- Match output of 'git describe --first-parent' (#48)