From 06d042548e70b191294f6e7644ab904c393694c5 Mon Sep 17 00:00:00 2001 From: kyu08 <49891479+kyu08@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:05:53 +0900 Subject: [PATCH] chore(release): bump to v0.46.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 751bf39d..0454e2f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,7 +204,7 @@ dependencies = [ [[package]] name = "fzf-make" -version = "0.45.0" +version = "0.46.0" dependencies = [ "anyhow", "codespan", diff --git a/Cargo.toml b/Cargo.toml index 3c207714..5f89270f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fzf-make" -version = "0.45.0" +version = "0.46.0" edition = "2021" authors = ["kyu08"] description = "A command line tool that executes commands using fuzzy finder with preview window for make, pnpm."