From 0c472d82d866a03bb168e83f4e5c423198d08705 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 8 Jun 2023 13:19:32 -0400 Subject: [PATCH] chore: Release git-glimpse version 0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c2741b..cbb1d31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ dependencies = [ [[package]] name = "git-glimpse" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5c9aaa0..92243f5 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.1" +version = "0.3.2" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/ErichDonGubler/git-glimpse"