Skip to content

Commit c9d95ad

Browse files
committed
new version
1 parent f2b2891 commit c9d95ad

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ Revision history for Sparrow6
22

33
{{$NEXT}}
44

5+
0.0.81 2026-01-19T09:50:00Z
6+
7+
Support job.* as alias
8+
for hook.*
9+
510
Dump task configuration
611
if SP6_DUMP_TASK_CONFIG
712
is set

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@
8181
],
8282
"test-depends": [
8383
],
84-
"version": "0.0.80"
84+
"version": "0.0.81"
8585
}

lib/Sparrow6.rakumod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
use v6;
44

5-
unit module Sparrow6:ver<0.0.80>;
5+
unit module Sparrow6:ver<0.0.81>;
66

7-
our $VERSION = "0.0.80.next";
7+
our $VERSION = "0.0.81";

0 commit comments

Comments
 (0)