cargo-release 1.1.0

Cargo subcommand for you to smooth your release process.
Documentation
1
2
3
4
5
6
7
8
9
pub mod cargo;
pub mod cmd;
pub mod git;
pub mod index;
pub mod replace;
pub mod shell;
pub mod version;

pub(crate) mod diff;