From 5ab561d4059f5fe3a016ae76001318a56db8e921 Mon Sep 17 00:00:00 2001 From: Nicolas MURE Date: Mon, 17 Oct 2022 19:51:45 +0200 Subject: [PATCH] prepage v0.2.2 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b32b2c7..70fe917 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "ssc" -version = "0.2.1" +version = "0.2.2" dependencies = [ "log", "rand", diff --git a/Cargo.toml b/Cargo.toml index a80abd3..6bab827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssc" -version = "0.2.1" +version = "0.2.2" description = "A CLI tool to skip a CI build that is not concerned by the latest changes." homepage = "https://github.com/KnpLabs/should-skip-ci" repository = "git@github.com:KnpLabs/should-skip-ci.git"