We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b2891 commit c9d95adCopy full SHA for c9d95ad
Changes
@@ -2,6 +2,11 @@ Revision history for Sparrow6
2
3
{{$NEXT}}
4
5
+0.0.81 2026-01-19T09:50:00Z
6
+
7
+ Support job.* as alias
8
+ for hook.*
9
10
Dump task configuration
11
if SP6_DUMP_TASK_CONFIG
12
is set
META6.json
@@ -81,5 +81,5 @@
81
],
82
"test-depends": [
83
84
- "version": "0.0.80"
+ "version": "0.0.81"
85
}
lib/Sparrow6.rakumod
@@ -2,6 +2,6 @@
use v6;
-unit module Sparrow6:ver<0.0.80>;
+unit module Sparrow6:ver<0.0.81>;
-our $VERSION = "0.0.80.next";
+our $VERSION = "0.0.81";
0 commit comments