From 5bf4c65174f44c1d67bdf85e00640854fbece746 Mon Sep 17 00:00:00 2001 From: Emran Date: Wed, 26 Aug 2026 15:49:47 +0300 Subject: [PATCH] rev news edition 138 add crux to tools and sites --- rev_news/drafts/edition-138.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rev_news/drafts/edition-138.md b/rev_news/drafts/edition-138.md index b46469eae..8ae79f9c2 100644 --- a/rev_news/drafts/edition-138.md +++ b/rev_news/drafts/edition-138.md @@ -46,6 +46,8 @@ __Easy watching__ __Git tools and sites__ +* [crux](https://github.com/Emran-goat/crux) by Emran is a CLI that finds the exact commit which changed a program's behavior, then minimizes that commit down to the lines that caused the change. It handles cases git bisect can't: behaviors that aren't pass/fail tests, failures that need two commits together, and regressions caused by dependency updates. ([crates.io](https://crates.io/crates/crux-finder)) + ## Releases