From 6009cfbb1d3faa0e9eaa0e75e074a83d4d7c9fed Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Sat, 16 Nov 2024 11:41:26 -0500 Subject: [PATCH] bump to 0.1.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12348ce..57b8340 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "affected" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 246b00b..d89deb7 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.5" +version = "0.1.6" edition = "2021" keywords = ["git", "monorepo", "affected", "commits", "repository"] categories = ["command-line-utilities", "development-tools"]