Skip to content

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jul 15, 2022
1 parent d44ed5e commit 73a7710
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.0.10 2022-07-15T23:39:04+02:00
- Up dependency on "Edit::Files" in code as well :-(

0.0.9 2022-07-15T23:29:55+02:00
- Up dependency on "Edit::Files" to get nvim support
- Add support for --pattern, allowing pattern to be saved with --save
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
],
"test-depends": [
],
"version": "0.0.9"
"version": "0.0.10"
}
2 changes: 1 addition & 1 deletion lib/App/Rak.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use highlighter:ver<0.0.9>:auth<zef:lizmat>;
use Files::Containing:ver<0.0.10>:auth<zef:lizmat>;
use as-cli-arguments:ver<0.0.3>:auth<zef:lizmat>;
use Edit::Files:ver<0.0.2>:auth<zef:lizmat>;
use Edit::Files:ver<0.0.3>:auth<zef:lizmat>;
use JSON::Fast:ver<0.17>:auth<cpan:TIMOTIMO>;

# Defaults for highlighting on terminals
Expand Down

0 comments on commit 73a7710

Please sign in to comment.