From 3302f09a7146311f44552fd0091e45fa940fa314 Mon Sep 17 00:00:00 2001 From: Tatsuya Kyushima <49891479+kyu08@users.noreply.github.com> Date: Sun, 8 Oct 2023 03:10:11 +0900 Subject: [PATCH] Release v0.8.0 (#92) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d931893..974dd815 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,7 +417,7 @@ dependencies = [ [[package]] name = "fzf-make" -version = "0.7.0" +version = "0.8.0" dependencies = [ "colored", "regex", diff --git a/Cargo.toml b/Cargo.toml index 87435d0b..5c590254 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fzf-make" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["kyu08"] description = "A command line tool that executes make target using fuzzy finder with preview window."