Skip to content

Commit

Permalink
0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 19, 2024
1 parent 34f847b commit b46b9fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"JSON::Fast::Hyper:ver<0.0.7>:auth<zef:lizmat>",
"META::constants:ver<0.0.4>:auth<zef:lizmat>",
"Needle::Compile:ver<0.0.7>:auth<zef:lizmat>",
"rak:ver<0.0.61>:auth<zef:lizmat>",
"rak:ver<0.0.62>:auth<zef:lizmat>",
"String::Utils:ver<0.0.28+>:auth<zef:lizmat>"
],
"description": "21st century grep / find / ack / ag / rg on steroids",
Expand Down Expand Up @@ -59,5 +59,5 @@
],
"test-depends": [
],
"version": "0.3.10"
"version": "0.3.11"
}
4 changes: 2 additions & 2 deletions lib/App/Rak.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use as-cli-arguments:ver<0.0.8>:auth<zef:lizmat>; # as-cli-arguments
use IO::Path::AutoDecompress:ver<0.0.3>:auth<zef:lizmat>; # IOAD
use JSON::Fast::Hyper:ver<0.0.7>:auth<zef:lizmat>; # from-json to-json
use META::constants:ver<0.0.4>:auth<zef:lizmat> $?DISTRIBUTION;
use rak:ver<0.0.61>:auth<zef:lizmat>; # rak Rak
use rak:ver<0.0.62>:auth<zef:lizmat>; # rak Rak

use Backtrace::Files:ver<0.0.4>:auth<zef:lizmat> <
backtrace-files
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit b46b9fd

Please sign in to comment.