cvm_cli 1.0.1

A powerful command-line tool for managing semantic versioning of Rust crates. Easily bump versions (major, minor, patch), update Cargo.toml files, and streamline your release workflow with automated version management.
1
2
3
4
5
6
7
8
install:
	cargo install --path .

build:
	cargo build --release

test:
	cargo test