- Non-release tags not being ignored in search for latest version tag.
- Broken release - do not use
- Completed bug fix for tag parsing and 'unreleaseVersionTemplate' configuration issues
- Release build fix
- Fixed tag parsing issue
- Fix configuration of 'unreleaseVersionTemplate'
- Optimise most recent tag lookup
- Improved performance for identifying the most recent tag
- Upgraded to Gradle 4.5
- Fixed "Duplicate key" issue with multiple release tags on a non-HEAD commit
- A release-tagged commit was still being considered as a release version even with dirty changes
- Upgraded jgit from 4.9.0.201710071750-r to 4.10.0.201712302008-r
- Added
isRelease()
toVersion
interface to allow for determining of release version - By default substitute
/
for_
in branch names to add maven compatibility out of the box
- Initial release