From 70fc20088bed17d153faf5cf61030f7e6d07590e Mon Sep 17 00:00:00 2001 From: SirWindfield Date: Wed, 24 Mar 2021 12:04:22 +0100 Subject: [PATCH] chore(release): bump version to 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 636149b..31bdd20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,7 +163,7 @@ dependencies = [ [[package]] name = "git-cm" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "cargo_toml", diff --git a/Cargo.toml b/Cargo.toml index bcf32a5..30a33c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ documentation = "https://docs.rs/git-cm" readme = "README.md" keywords = ["commit", "commitizen", "git"] categories = ["command-line-utilities", "development-tools"] -version = "0.2.1" +version = "0.2.2" license = "MIT OR Apache-2.0" authors = ["Sven Lechner "] edition = "2018"