diff --git a/Changes b/Changes index cb63174..980c34c 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for App-Rak {{$NEXT}} + +0.2.25 2024-05-14T12:47:25+02:00 - Ignore --progress if STDERR is not a tty. This allows --progress to be used as a default - Ignore --progress with --edit option, as the editing can diff --git a/META6.json b/META6.json index 8052adc..b5814da 100644 --- a/META6.json +++ b/META6.json @@ -14,7 +14,7 @@ "IO::Path::AutoDecompress:ver<0.0.2>:auth", "JSON::Fast::Hyper:ver<0.0.5>:auth", "META::constants:ver<0.0.3>:auth", - "rak:ver<0.0.54>:auth", + "rak:ver<0.0.55>:auth", "String::Utils:ver<0.0.23+>:auth" ], "description": "21st century grep / find / ack / ag / rg on steroids", diff --git a/lib/App/Rak.rakumod b/lib/App/Rak.rakumod index 70cce0a..8ce99bc 100644 --- a/lib/App/Rak.rakumod +++ b/lib/App/Rak.rakumod @@ -5,7 +5,7 @@ use highlighter:ver<0.0.18>:auth; # columns highlighter matches Type use IO::Path::AutoDecompress:ver<0.0.2>:auth; # IOAD use JSON::Fast::Hyper:ver<0.0.5>:auth; # from-json to-json use META::constants:ver<0.0.3>:auth $?DISTRIBUTION; -use rak:ver<0.0.54>:auth; # rak Rak +use rak:ver<0.0.55>:auth; # rak Rak use Backtrace::Files:ver<0.0.3>:auth < backtrace-files