Expand description

0.2.0 (July 6th, 2022)

Changes

Git: changed function:

pub fn find_last_version_with_build_metadata(&self, build_metadata: Option<&str>)
-> Result<Option<Semver>>;

into:

pub fn find_last_version_with_build_metadata<I, S>(&self, build_metadata: I)
-> Result<Option<Semver>>
where
    I: Iterator<Item=Option<S>>,
    S: AsRef<str>;

Dependencies

NameVersionNormalDevelopmentBuild
dia-semver>=9.0.1, <10