Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Releases: palantir/gradle-flexversion

0.9.2

30 Jan 00:48
Compare
Choose a tag to compare
  • Breaking: Renamed plugin to com.palantir.flexversion to follow other Palantir plugins.gradle.org naming convention
  • Released to plugins.gradle.org

0.9.1

30 Jan 00:21
Compare
Choose a tag to compare
Test for plugin.gradle.org

Release 0.9.0

26 Aug 20:15
Compare
Choose a tag to compare
- Breaking: Changed it so user-defined strings in flexVersion() override envvar branches

Release 0.8.1

21 Aug 18:19
Compare
Choose a tag to compare
Make FlexVersion Serializable

0.8.0

05 Aug 01:45
Compare
Choose a tag to compare
Release 0.8.0

Release 0.7.0

25 Jun 22:04
Compare
Choose a tag to compare
  • Brings a better exception when the project doesn't have a repo

0.6.0

24 Jun 21:56
Compare
Choose a tag to compare
  • Breaking: FlexVersion object property 'tag' renamed to 'isTag'
  • Breaking: Since symlink support was added (jgit is fun), this will no longer work with Java 6

0.5.0

11 Jun 06:18
Compare
Choose a tag to compare
  • _Breaking_: printVersion task not automatically applied. Use addPrintVersionTask() to do so
  • _Breaking_: fullVersion property from FlexVersion object is gone
  • Vagrant file for building in a similar environment but locally. See travis file for build command
  • Testing added. Doesn't test the global override.

0.4.0: Merge pull request #15 from palantir/feature/kniktas_correctconvert

19 May 23:04
Compare
Choose a tag to compare
  • _Breaking_: FlexVersion object now returned instead of string.
    • If the return value of flexVersion() is used somewhere expecting a string, call toString()
    • This gives the user the ability to pull pieces out of the version string without parsing it manually
  • _Possible breaking_: All domains (no matter how determined) will have / converted to -

0.3.0: Merge pull request #8 from palantir/feature/kniktas_patterns

13 May 23:22
Compare
Choose a tag to compare
Add option to enforce a pattern for the domain