From 0f9375ae9083545b9543d45c847ce9a9cf82476f Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Tue, 8 Oct 2024 15:07:07 +0200 Subject: [PATCH] Revert "bump(cli): v0.2.0 (#363)" This reverts commit 8acb4fe3ae541ba019556c9c478d9cc300d58876. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ad036f..87e70aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -167,7 +167,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "commitlint-rs" -version = "0.2.0" +version = "0.1.12" dependencies = [ "clap", "futures", diff --git a/Cargo.toml b/Cargo.toml index 8adb7ff..4e2eba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://keisukeyamashita.github.io/commitlint-rs" authors = ["KeisukeYamashita <19yamashita15@gmail.com>"] keywords = ["conventional-commits", "lint"] categories = ["command-line-utilities"] -version = "0.2.0" +version = "0.1.12" readme = "README.md" repository = "https://github.com/KeisukeYamashita/commitlint-rs" license = "MIT OR Apache-2.0"