bumpit

Crates.iobumpit
lib.rsbumpit
version0.1.0
created_at2025-07-16 20:48:38.844136+00
updated_at2025-07-16 20:48:38.844136+00
descriptionBump the version of packages
homepage
repositoryhttps://github.com/caido/bumpit
max_upload_size
id1756588
size42,455
Caido Bot (caidobot)

documentation

README

BumpIt

github crates.io

Mirrors the behaviour of npm version but for Rust. Supports individual packages and workspaces.

Installation

We provide both a cargo command and a standalone binary.

cargo install bumpit

Usage

Bump a level

# 0.1.0 -> 0.2.0
# 0.1.0-rc.0 -> 0.1.0
cargo bumpit minor

Bump and pre-release

# 0.1.0 -> 0.2.0-0
cargo bumpit preminor

Bump pre-release

# 0.1.0-0 -> 0.1.0-1
# 0.1.0 -> 0.1.1-0
cargo bumpit prerelease --pre-id rc

Pre-release with ID

# 0.1.0 -> 0.2.0-rc.0
cargo bumpit preminor --pre-id rc
Commit count: 0

cargo fmt