Skip to content

Commit

Permalink
0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Nov 19, 2022
1 parent f61e87b commit 34065b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,9 @@ Revision history for App-Rak

{{$NEXT}}

0.2.10 2022-11-19T20:01:25+01:00
- Bump dependency on "rak" to get readability fixes

0.2.9 2022-11-18T17:34:39+01:00
- Bump dependency on "rak" to get --files|paths-from=- fix
- Can not use --paths=- to read paths from STDIN, please use
Expand Down
4 changes: 2 additions & 2 deletions META6.json
Expand Up @@ -14,7 +14,7 @@
"IO::Path::AutoDecompress:ver<0.0.2>:auth<zef:lizmat>",
"JSON::Fast::Hyper:ver<0.0.3>:auth<zef:lizmat>",
"META::constants:ver<0.0.3>:auth<zef:lizmat>",
"rak:ver<0.0.44>:auth<zef:lizmat>",
"rak:ver<0.0.45>:auth<zef:lizmat>",
"String::Utils:ver<0.0.15>: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.9"
"version": "0.2.10"
}
2 changes: 1 addition & 1 deletion lib/App/Rak.rakumod
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.3>:auth<zef:lizmat>; # from-json to-json
use META::constants:ver<0.0.3>:auth<zef:lizmat> $?DISTRIBUTION;
use rak:ver<0.0.44>:auth<zef:lizmat>; # rak Rak
use rak:ver<0.0.45>:auth<zef:lizmat>; # rak Rak

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

0 comments on commit 34065b8

Please sign in to comment.