bumpversion
This is an improved version of the popular callowayproject/bump-my-version (formerly peritus/bumpversion and c4urself/bump2version) written in Rust.
Features
- No more global
pipinstalls! Easy to install viabrew,cargo, or precompiled static binary. - Fully compatible with your existing configuration in
.bumpversion.cfg,setup.cfg, orpyproject.toml - Also supports configuration in your
Cargo.toml - Additional hook system
Installation
# will install `bumpversion` binary
# will install `cargo-bumpversion` binary
# or install from source (will install both `cargo-bumpversion` and `bumpversion` binaries)
CLI usage
You can use this as a drop-in replacement for the Python bumpversion, bump2version, or bump-my-version.
For usage instructions, please refer to the Python version.
Development