Skip to content

Releases: rockerhieu/Versionberg

v1.0.2

06 Feb 03:09
Compare
Choose a tag to compare

New features:

  • Supports ${today} variable in templates
  • Supports date variable in any format in templates

(see Advanced Usage for more info)

Bugs fixes:

  • #4 Casting exception when reference to versionberg.code

v1.0.1

01 Feb 18:12
Compare
Choose a tag to compare

New feature:

  • Allows to specify the git repo which is used to manage the version (#3)

Bugs fixed:

  • Fixes incorrect version parsing

v1.0.0

19 Sep 09:24
Compare
Choose a tag to compare

First release with features:

  • Auto increase build version based on the git commit count of the current branch
  • Provide template to easily customise version name and version code

See Advanced Usage for a the list of all available variables can be used in nameTemplate and codeTemplate.