semver-extra 0.2.5

Helper functions for the semver crate, complete with a CLI tool.
Documentation
1
2
3
4
5
6
mod error;
mod increment;

pub use error::Error;
pub use increment::{Increment, IncrementLevel};
pub use semver;