From e334513f976f42f4174c4dd175da653f248ec9b8 Mon Sep 17 00:00:00 2001 From: Tatsuya Kyushima <49891479+kyu08@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:43:50 +0900 Subject: [PATCH] Release v0.12.0 (#155) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5515e720..5751caa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "fzf-make" -version = "0.11.0" +version = "0.12.0" dependencies = [ "anyhow", "colored", diff --git a/Cargo.toml b/Cargo.toml index 97c14879..4d140bf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fzf-make" -version = "0.11.0" +version = "0.12.0" edition = "2021" authors = ["kyu08"] description = "A command line tool that executes make target using fuzzy finder with preview window."