From 6f51e1faa82b914a9f4bb8e86a4b3bb25f707e9f Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Wed, 3 Apr 2024 17:56:03 -0700 Subject: [PATCH] Release version 1.0.3 (#21) Update version to 1.0.3 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 08d1416..0850ffe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,7 +379,7 @@ dependencies = [ [[package]] name = "git-gr" -version = "1.0.2" +version = "1.0.3" dependencies = [ "calm_io", "camino", diff --git a/Cargo.toml b/Cargo.toml index 4d3a0e3..1bc3af2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-gr" -version = "1.0.2" +version = "1.0.3" edition = "2021" authors = ["Rebecca Turner "] description = "A Gerrit CLI"