pub fn compute_version(project_root: &Path) -> Result<Version, VersionError>Expand description
Compute the full version: MAJOR from the version file, MINOR from the tag count, PATCH from commits since the last tag.
pub fn compute_version(project_root: &Path) -> Result<Version, VersionError>Compute the full version: MAJOR from the version file, MINOR from the tag count, PATCH from commits since the last tag.