Skip to content

Releases: jason-c-daniels/git-ver

v0.1.3-alpha

04 Aug 02:37
ae35047
Compare
Choose a tag to compare
v0.1.3-alpha Pre-release
Pre-release

What's Changed

  • Major rework by @jason-c-daniels in #3
  • fixed an issue with the text in INSTALLING.md referencing jcd-new instead of git-ver by @jason-c-daniels in #5
  • Fixed numerous issues I introduced in the hook scripts (sub commands such as bump patch were broken) by @jason-c-daniels in #8

Full Changelog: v0.1.2-alpha...v0.1.3-alpha

v0.1.2-alpha

03 Aug 23:47
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release

Keeping for posterity sake. I found a critical bug in this. Don't use it.
Full Changelog: v0.1.1-alpha...v0.1.2-alpha

v0.1.1-alpha

01 Jul 23:27
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release
  • Fixed up a few bugs
  • Now retrieving the app (git-ver) version from a file stored with the scripts.
  • Added build.sh, which creates the git-ver.version file

v0.1.0-alpha

01 Jul 19:37
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release
  • Moved code from individual files into git-ver.bashlib
  • Using environment variables instead of always shelling out to git.
  • Improved tag and revision detection for semantic versioning.
  • Now reading version from $repo_root/repo.version when tags and environment variables are not found.
  • Added repo.version

v0.0.2-beta+r2

19 Jun 02:52
Compare
Choose a tag to compare
v0.0.2-beta+r2 Pre-release
Pre-release

Corrected the internal version number of git-ver itself.

v0.0.2-beta+r1

18 Jun 05:55
Compare
Choose a tag to compare
v0.0.2-beta+r1 Pre-release
Pre-release

Now using APPVEYOR_REPO_BRANCH when available

v0.0.2-beta

18 Jun 05:04
0068dae
Compare
Choose a tag to compare
v0.0.2-beta Pre-release
Pre-release

Added version number extraction from a release branch name