From 762a890260615db5f018c6402c96cfb5294bb9a2 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Thu, 2 Feb 2023 07:40:20 +0200 Subject: [PATCH] chore: Release mrh version 0.12.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d689b0..2c50c09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "mrh" -version = "0.12.0" +version = "0.12.1" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4e8aecd..f0b56df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mrh" -version = "0.12.0" +version = "0.12.1" description = "Crawls filesystem and displays pending status of each git repo found" repository = "https://github.com/tshepang/mrh" license = "MIT OR Apache-2.0"