From b46b9fd2d2cef8a29d61a638fff5968089149a0b Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Mon, 19 Aug 2024 21:40:43 +0200 Subject: [PATCH] 0.3.11 --- Changes | 3 +++ META6.json | 4 ++-- lib/App/Rak.rakumod | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 5bb76ee..eb169c3 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for App-Rak {{$NEXT}} +0.3.11 2024-08-19T21:37:28+02:00 + - Bump "rak" to get ParaSeq's exception handling fix + 0.3.10 2024-08-19T16:01:23+02:00 - Make --per-paragraph and --modify-files work properly without eating whitespace between paragraphs diff --git a/META6.json b/META6.json index b36b7ab..6322e2e 100644 --- a/META6.json +++ b/META6.json @@ -14,7 +14,7 @@ "JSON::Fast::Hyper:ver<0.0.7>:auth", "META::constants:ver<0.0.4>:auth", "Needle::Compile:ver<0.0.7>:auth", - "rak:ver<0.0.61>:auth", + "rak:ver<0.0.62>:auth", "String::Utils:ver<0.0.28+>:auth" ], "description": "21st century grep / find / ack / ag / rg on steroids", @@ -59,5 +59,5 @@ ], "test-depends": [ ], - "version": "0.3.10" + "version": "0.3.11" } diff --git a/lib/App/Rak.rakumod b/lib/App/Rak.rakumod index 1247cfc..b5a04c2 100644 --- a/lib/App/Rak.rakumod +++ b/lib/App/Rak.rakumod @@ -3,7 +3,7 @@ use as-cli-arguments:ver<0.0.8>:auth; # as-cli-arguments use IO::Path::AutoDecompress:ver<0.0.3>:auth; # IOAD use JSON::Fast::Hyper:ver<0.0.7>:auth; # from-json to-json use META::constants:ver<0.0.4>:auth $?DISTRIBUTION; -use rak:ver<0.0.61>:auth; # rak Rak +use rak:ver<0.0.62>:auth; # rak Rak use Backtrace::Files:ver<0.0.4>:auth < backtrace-files @@ -3868,7 +3868,7 @@ TEXT # Prepare the executable needle my sub prepare-needle() { $needle := @patterns - # A full blown needled + # A full blown needle ?? compile-needle @patterns, :$ignorecase,