- **BREAKING CHANGE** The `--bump` argument was removed, this is now
the first positional argument. If you used `bumpv --bump major`
before, you can use `bumpv major` now. If you used `bumpv` without
arguments before, you now need to specify the part (previous default
was `patch`) as in `bumpv patch`).