diff --git a/Cargo.lock b/Cargo.lock index 171021f..764245b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -165,7 +165,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "conventional-versioning" -version = "0.2.31" +version = "0.2.32" dependencies = [ "clap", "git2", diff --git a/Cargo.toml b/Cargo.toml index aa1ad96..163a26f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conventional-versioning" -version = "0.2.31" +version = "0.2.32" edition = "2021" description = "CLI tool that suggests the next version for you by analyzing the conventional commit history" license-file = "./LICENSE"