From 91f60983a9c233af8ed0c6708d3f283e28a58671 Mon Sep 17 00:00:00 2001 From: ttys3 Date: Mon, 18 Jan 2021 23:27:46 +0800 Subject: [PATCH] chore: bump version to 0.3.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df296c8..4e14777 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,7 +205,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "convco" -version = "0.3.4" +version = "0.3.5" dependencies = [ "chrono", "console 0.14.0", diff --git a/Cargo.toml b/Cargo.toml index bd46139..1c0a102 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "convco" -version = "0.3.4" +version = "0.3.5" description = "Conventional commit tools" keywords = ["conventional", "commit", "changelog", "semantic", "versioning"] categories = ["development-tools::build-utils"]