nextsv 0.19.30

Next semantic version calculator
Documentation
1
2
3
4
5
6
7
8
mod pre_release;
mod semantic;
mod version_tag;

pub(crate) use pre_release::{PreRelease, PreReleaseType};
pub(crate) use semantic::Semantic;
pub(crate) use semantic::VersionType;
pub(crate) use version_tag::VersionTag;