Skip to content

Commit

Permalink
0.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed May 9, 2024
1 parent 8ee3dbe commit ff49156
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for App-Rak

{{$NEXT}}

0.2.23 2024-05-09T13:51:24+02:00
- Upped dependency on "rak" to fix issue with readability of
files and --is-text, --is-moarvm and --is-pdf options

0.2.22 2024-05-08T22:15:02+02:00
- Upped dependency on "rak" to fix issue with --is-moarvm
- Add support for --mbc-frames and --mbc-strings options to
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 @@
"IO::Path::AutoDecompress:ver<0.0.2>:auth<zef:lizmat>",
"JSON::Fast::Hyper:ver<0.0.5>:auth<zef:lizmat>",
"META::constants:ver<0.0.3>:auth<zef:lizmat>",
"rak:ver<0.0.51>:auth<zef:lizmat>",
"rak:ver<0.0.52>:auth<zef:lizmat>",
"String::Utils:ver<0.0.22+>: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.2.22"
"version": "0.2.23"
}
2 changes: 1 addition & 1 deletion lib/App/Rak.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use highlighter:ver<0.0.18>:auth<zef:lizmat>; # columns highlighter matches Type
use IO::Path::AutoDecompress:ver<0.0.2>:auth<zef:lizmat>; # IOAD
use JSON::Fast::Hyper:ver<0.0.5>:auth<zef:lizmat>; # from-json to-json
use META::constants:ver<0.0.3>:auth<zef:lizmat> $?DISTRIBUTION;
use rak:ver<0.0.51>:auth<zef:lizmat>; # rak Rak
use rak:ver<0.0.52>:auth<zef:lizmat>; # rak Rak

use Backtrace::Files:ver<0.0.3>:auth<zef:lizmat> <
backtrace-files
Expand Down

0 comments on commit ff49156

Please sign in to comment.