From 5ed4e4623b48ef1498c0dfae051c94092d2a3d27 Mon Sep 17 00:00:00 2001 From: kyu08 <49891479+kyu08@users.noreply.github.com> Date: Sun, 19 Oct 2025 16:55:11 +0900 Subject: [PATCH 1/2] Add project update: "fzf-make v0.65.0" --- draft/2025-10-22-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-10-22-this-week-in-rust.md b/draft/2025-10-22-this-week-in-rust.md index c4f745815..20eff7298 100644 --- a/draft/2025-10-22-this-week-in-rust.md +++ b/draft/2025-10-22-this-week-in-rust.md @@ -44,6 +44,7 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates +- [fzf-make v0.65.0 is released! (A command line tool that executes commands using fuzzy finder with preview window for make, pnpm, yarn, just, and task.)](https://github.com/kyu08/fzf-make/releases/tag/v0.65.0) ### Observations/Thoughts From 9dda5b5ed07e5481228c8324921361520586c53e Mon Sep 17 00:00:00 2001 From: Nell Shamrell-Harrington Date: Wed, 22 Oct 2025 17:53:06 -0700 Subject: [PATCH 2/2] Update fzf-make release note for clarity Removed the mention of 'preview window' from the fzf-make release note. --- draft/2025-10-22-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-10-22-this-week-in-rust.md b/draft/2025-10-22-this-week-in-rust.md index 20eff7298..c3e293ed8 100644 --- a/draft/2025-10-22-this-week-in-rust.md +++ b/draft/2025-10-22-this-week-in-rust.md @@ -44,7 +44,7 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates -- [fzf-make v0.65.0 is released! (A command line tool that executes commands using fuzzy finder with preview window for make, pnpm, yarn, just, and task.)](https://github.com/kyu08/fzf-make/releases/tag/v0.65.0) +- [fzf-make v0.65.0 is released! (A command line tool that executes commands using fuzzy finder)](https://github.com/kyu08/fzf-make/releases/tag/v0.65.0) ### Observations/Thoughts