Skip to content

Releases: palantir/gradle-git-version

5.0.0

24 Feb 17:44
5.0.0
6db73ac

Choose a tag to compare

💥 Breaks

  • Provide more extensible and composable API for safely - with respect to Configuration Cache - invoking git in gradle (#1196)

4.3.0

29 Jan 12:37
4.3.0
1b5bb2b

Choose a tag to compare

💡 Improvements

  • Add originUrl to versionDetails to get the value of git config remote.origin.url (#1155)

4.2.0

11 Nov 13:34
4.2.0
bead185

Choose a tag to compare

No documented user-facing changes

4.1.0

21 Oct 22:22
4.1.0
5fc2944

Choose a tag to compare

💡 Improvements

  • Use com.palantir.gradle.plugintesting.ConfigurationCacheSpec (#1019)

4.0.0

27 Jun 12:14
4.0.0
08b8572

Choose a tag to compare

💥 Breaks

  • Increasing minimum supported JDK to JDK 17 (#972)

3.4.0

26 Jun 10:02
3.4.0
7df5d97

Choose a tag to compare

💡 Improvements

  • Make gradle-git-version configuration-cache compatible. (#967)
  • Cache calls to git in VersionDetailsImpl (#975)

3.3.0

19 May 19:14
3.3.0
329eb2f

Choose a tag to compare

💡 Improvements

  • Allow numbers in prefixes. (#962)

3.2.0

26 Mar 13:46
3.2.0
4b93725

Choose a tag to compare

🐛 Fixes

  • no longer used (#875)

💡 Improvements

  • Add GIT_VERSION env var support (#928)

3.1.0

05 Jun 10:07
6aa597c

Choose a tag to compare

Automated release, no documented user facing changes

3.0.0

29 Mar 16:30
5f90e92

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