From b4f30875c2f13206d58e23c80c97d6aec326ab9d Mon Sep 17 00:00:00 2001 From: ttys3 Date: Tue, 19 Jan 2021 13:59:51 +0800 Subject: [PATCH] chore: bump version to 0.4.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 763073f..301cf45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -527,7 +527,7 @@ dependencies = [ [[package]] name = "git-cz" -version = "0.4.2" +version = "0.4.3" dependencies = [ "chrono", "console 0.14.0", diff --git a/Cargo.toml b/Cargo.toml index b5341d1..d7a9bd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-cz" -version = "0.4.2" +version = "0.4.3" description = "Git conventional commit tools written in Rust" keywords = ["git", "conventional", "commit", "changelog", "semantic"] categories = ["development-tools::build-utils"]