From bdd1be20f2fd90a90b06d7bc7d0a7337e11aace4 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Sat, 6 Apr 2024 19:40:17 -0700 Subject: [PATCH] Release version 1.4.1 (#60) Update version to 1.4.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 0f8f83b..ff99ab5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -651,7 +651,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" [[package]] name = "git-gr" -version = "1.4.0" +version = "1.4.1" dependencies = [ "cached", "calm_io", diff --git a/Cargo.toml b/Cargo.toml index d148dc3..37cdca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-gr" -version = "1.4.0" +version = "1.4.1" edition = "2021" authors = ["Rebecca Turner "] description = "A Gerrit CLI"