Releases: palantir/gradle-git-version
Releases · palantir/gradle-git-version
3.1.0
Automated release, no documented user facing changes
3.0.0
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
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
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
Type |
Description |
Link |
Fix |
Evaluate Buildscan directly when the root project is evaluated |
#541 |
0.14.0
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
Automated release, no documented user facing changes
0.12.3
Type |
Description |
Link |
Feature |
Performance information is exposed in Gradle build scans for gitVersion() and versionDetails().xxxxx() calls. |
#329 |
0.12.2
Type |
Description |
Link |
Improvement |
Upgrade Jgit to 5.3.2.201906051522-r |
#165 |
0.12.1
Type |
Description |
Link |
Fix |
Fix publishing to bintray and gradle. |
#152 |