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