From 4fce82526957bd878090252b81aae0f8ecb65636 Mon Sep 17 00:00:00 2001 From: jontze <42588836+jontze@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:40:57 +0000 Subject: [PATCH] chore(version): Bump version to 0.2.60 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc0c468..dd2bfa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -165,7 +165,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "conventional-versioning" -version = "0.2.59" +version = "0.2.60" dependencies = [ "clap", "git2", diff --git a/Cargo.toml b/Cargo.toml index 1917391..f3d460e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conventional-versioning" -version = "0.2.59" +version = "0.2.60" edition = "2021" description = "CLI tool that suggests the next version for you by analyzing the conventional commit history" license-file = "./LICENSE"