From d6b0d282de9cc744e5b06691ffa25a6094fc88bb Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Thu, 4 Apr 2024 14:54:52 -0700 Subject: [PATCH] Release version 1.2.1 (#31) Update version to 1.2.1 with [cargo-release](https://github.com/crate-ci/cargo-release). Merge this PR to build and publish a new release. Co-authored-by: github-actions[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4443830..f481c52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -536,7 +536,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "git-gr" -version = "1.2.0" +version = "1.2.1" dependencies = [ "calm_io", "camino", diff --git a/Cargo.toml b/Cargo.toml index 5b3ed67..f35ee4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-gr" -version = "1.2.0" +version = "1.2.1" edition = "2021" authors = ["Rebecca Turner "] description = "A Gerrit CLI"