Skip to content

Releases: palantir/gradle-git-version

3.1.0

05 Jun 10:07
6aa597c
Compare
Choose a tag to compare

Automated release, no documented user facing changes

3.0.0

29 Mar 16:30
5f90e92
Compare
Choose a tag to compare
Type Description Link
Improvement remove jgit with native git #685
Break Use built in git-describe rather than an expensive recreation of it to support older versions of git. This version requires git version >=1.8.4 (released 23rd August 2013). #705

2.0.0

07 Mar 11:15
4a703af
Compare
Choose a tag to compare
Type Description Link
Break The PR removes all usage of jgit and use native git. The native git binary is now required for this plugin to work.
There are two major benefits: 1. Only calls git describe once now so the gitVersion() task is much faster. 2. The plugin current supports git worktree.
#685

1.0.0

10 Feb 13:23
9d4caf0
Compare
Choose a tag to compare
Type Description Link
Break 1. Caching is added to gitVersion() or versionDetails() to avoid long configuration time caused by repeatedly calling git describe on subprojects.
2. The implementation uses BuildService which is introduced in Gradle 6.1. Therefore, any version before Gradle 6.1 won't be supported.
#684

0.15.0

07 Apr 00:26
30fd324
Compare
Choose a tag to compare
Type Description Link
Fix Evaluate Buildscan directly when the root project is evaluated #541

0.14.0

21 Mar 19:03
a252091
Compare
Choose a tag to compare
Type Description Link
Fix Bumped dependency versions
## Before this PR
Issue is described at length: #468
## After this PR
Usages of git-version on submodules no longer errors out.
## Possible downsides?
New versions have breaking changes to the used APIs.
#581

0.13.0

19 Jan 17:02
01c72a3
Compare
Choose a tag to compare

Automated release, no documented user facing changes

0.12.3

26 Mar 17:54
966997e
Compare
Choose a tag to compare
Type Description Link
Feature Performance information is exposed in Gradle build scans for gitVersion() and versionDetails().xxxxx() calls. #329

0.12.2

05 Sep 15:25
58b4893
Compare
Choose a tag to compare
Type Description Link
Improvement Upgrade Jgit to 5.3.2.201906051522-r #165

0.12.1

04 Sep 10:48
Compare
Choose a tag to compare
Type Description Link
Fix Fix publishing to bintray and gradle. #152