From b63881a7c72e09d95843e9394cfeeb09c34fd576 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Wed, 7 Aug 2024 11:10:35 -0700 Subject: [PATCH] Release version 1.4.2 (#67) Update version to 1.4.2 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 13b5f1f..5a5ea33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -658,7 +658,7 @@ checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" [[package]] name = "git-gr" -version = "1.4.1" +version = "1.4.2" dependencies = [ "cached", "calm_io", diff --git a/Cargo.toml b/Cargo.toml index 922ebf9..328a7b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-gr" -version = "1.4.1" +version = "1.4.2" edition = "2021" authors = ["Rebecca Turner "] description = "A Gerrit CLI"