Bug Fixes
- Method of comparing semvers was flawed. Needed constant shift value otherwise 0.0.10 > 0.1.0 as 0.1.1 would be assigned 3 and 0.0.10 would be assigned 10
- Make updating minor default to stay within semver 2.0 guidlines
- Don't find git-cliff binary twice
Documentation
- Pypi shields
Miscellaneous Tasks
- Update changelog for v0.2.0 [skip pre-commit.ci]
Refator
- Handle getting current semver better. means -h can be called outwith a repo