We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97a655 commit a9d56c6Copy full SHA for a9d56c6
Changes
@@ -2,6 +2,12 @@ Revision history for Sparrowdo
2
3
{{$NEXT}}
4
5
+0.1.33 2025-02-24T22:30:00Z
6
+
7
+ - Bump Sparrow6 version
8
+ to allow native Template6
9
+ support
10
11
0.1.32 2025-02-22T21:30:00Z
12
13
- Rocky linux support
META6.json
@@ -6,7 +6,7 @@
"build-depends": [
],
"depends": [
- "Sparrow6:ver<0.0.57+>"
+ "Sparrow6:ver<0.0.58+>"
"description": "Run Sparrow tasks remotely (and not only)",
"license": "Artistic-2.0",
@@ -33,5 +33,5 @@
33
34
"test-depends": [
35
36
- "version": "0.1.32"
+ "version": "0.1.33"
37
}
lib/Sparrowdo.rakumod
@@ -1,4 +1,4 @@
1
use v6;
-unit module Sparrowdo:ver<0.1.32>;
+unit module Sparrowdo:ver<0.1.33>;
0 commit comments