From 6d0dee5f3d7f88c53aa21bd757ea377c8c0953a9 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 8 Jun 2023 13:08:16 -0400 Subject: [PATCH] chore: Release git-glimpse version 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04e5bba..5c2741b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ dependencies = [ [[package]] name = "git-glimpse" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4740ff7..5c9aaa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "git-glimpse" description = "(WIP) An opinionated command-line tool that uses `git log --graph` to only show refs you care about." -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/ErichDonGubler/git-glimpse"