Releases: jason-c-daniels/git-ver
Releases · jason-c-daniels/git-ver
v0.1.3-alpha
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
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
- 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
- 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
Corrected the internal version number of git-ver itself.
v0.0.2-beta+r1
Now using APPVEYOR_REPO_BRANCH when available
v0.0.2-beta
Added version number extraction from a release branch name