From 14ed66b5b6df63e77d031d60a256483f352c3295 Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Tue, 3 Dec 2024 11:42:14 +0100 Subject: [PATCH] bump(cli): v0.2.1 in Cargo.toml (#402) Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17178c7..6b112fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -162,7 +162,7 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "commitlint-rs" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", "futures", @@ -478,7 +478,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "schema" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", "commitlint-rs", diff --git a/Cargo.toml b/Cargo.toml index 0dbfeda..45cb804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["cli", "schema"] resolver = "2" [workspace.package] -version = "0.2.0" +version = "0.2.1" authors = ["KeisukeYamashita <19yamashita15@gmail.com>"] license = "MIT OR Apache-2.0" documentation = "https://keisukeyamashita.github.io/commitlint-rs"