From 7dce76b25fc126d118cd00fd7c4c3ca0841036d8 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Tue, 12 Nov 2024 18:53:37 -0500 Subject: [PATCH] bump to 0.1.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d117056..bfe961b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "affected" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index d8bb2c0..f6c1416 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Denys Vuika "] description = "A tool to find affected files or projects in a git repository and run commands on them." repository = "https://github.com/DenysVuika/affected.git" license = "Apache-2.0" -version = "0.1.4" +version = "0.1.5" edition = "2021" keywords = ["git", "monorepo", "affected", "commits", "repository"] categories = ["command-line-utilities", "development-tools"]