cmd` module now lives in external package [`cmd-utils`](https://pypi.org/project/cmd-utils/), which has been added to this package's dependencies. Functionality should be identical.
0.2.1
Instead of showing the calling command + version, outputs package name + version, e.g. `git-workflow 0.2.1`
0.2.0
Mostly internal code refactoring and some updates to setup instructions.
0.1.6
Added support for tab completion in Bash using `argcomplete` library.
Also fixed an issue where `--help` and `--version` commands didn't work if you were outside of a git repository.
0.1.4
Added `--base-release` argument to `workflow start`, which takes a git tag to use as the base when branching.
0.1.3
Added demo gifs for each command. No functionality was changed, but bumping minor version number so I can release the updated description to PyPI.