This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCHANGELOG
56 lines (45 loc) · 1.79 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
CHANGELOG
Future Version
=======
0.9.2
=======
-Breaking: Renamed plugin to com.palantir.flexversion to follow other Palantir plugins.gradle.org naming convention
-Released to plugins.gradle.org
0.9.0
=======
-Breaking: Somehow the order of domain picking was wrong. A user-defined domain should be prioritized over environment variables
0.8.1
=======
-Make FlexVersion object serializable
0.8.0
=======
-Breaking (Possibly): Changed the commit count logic to use null as the end commit. This should fix the count
* Older built versions' count # in a non tag version may be different now
* In general, it was off by one commit if a single line of commits existing (no merges)
* When merges came into play, it was more unclear
0.7.0
=======
-Better no git repo exception (Issue #27)
0.6.0
=======
-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
=======
-Breaking: printVersion task not automatically applied. Use addPrintVersionTask() to do so
-Breaking: 'fullVersion' property from FlexVersion object is gone
-Vagrantfile for building
-Testing added. Only doesn't test global override environment variable
0.4.0
=======
-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
=======
-Custom environment variables (useful for build systems and environments where the workspace is in a detached head)
-Option to enforce a pattern for a domain
0.2.0
=======
-Initial release of flexversion