Skip to content

Commit 73a7710

Browse files
committed
0.0.10
1 parent d44ed5e commit 73a7710

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Revision history for App-Rak
22

33
{{$NEXT}}
44

5+
0.0.10 2022-07-15T23:39:04+02:00
6+
- Up dependency on "Edit::Files" in code as well :-(
7+
58
0.0.9 2022-07-15T23:29:55+02:00
69
- Up dependency on "Edit::Files" to get nvim support
710
- Add support for --pattern, allowing pattern to be saved with --save

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
],
3232
"test-depends": [
3333
],
34-
"version": "0.0.9"
34+
"version": "0.0.10"
3535
}

lib/App/Rak.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
use highlighter:ver<0.0.9>:auth<zef:lizmat>;
33
use Files::Containing:ver<0.0.10>:auth<zef:lizmat>;
44
use as-cli-arguments:ver<0.0.3>:auth<zef:lizmat>;
5-
use Edit::Files:ver<0.0.2>:auth<zef:lizmat>;
5+
use Edit::Files:ver<0.0.3>:auth<zef:lizmat>;
66
use JSON::Fast:ver<0.17>:auth<cpan:TIMOTIMO>;
77

88
# Defaults for highlighting on terminals

0 commit comments

Comments
 (0)