Skip to content

Commit a9d56c6

Browse files
committed
0.1.33
1 parent f97a655 commit a9d56c6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Changes

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Revision history for Sparrowdo
22

33
{{$NEXT}}
44

5+
0.1.33 2025-02-24T22:30:00Z
6+
7+
- Bump Sparrow6 version
8+
to allow native Template6
9+
support
10+
511
0.1.32 2025-02-22T21:30:00Z
612

713
- Rocky linux support

META6.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build-depends": [
77
],
88
"depends": [
9-
"Sparrow6:ver<0.0.57+>"
9+
"Sparrow6:ver<0.0.58+>"
1010
],
1111
"description": "Run Sparrow tasks remotely (and not only)",
1212
"license": "Artistic-2.0",
@@ -33,5 +33,5 @@
3333
],
3434
"test-depends": [
3535
],
36-
"version": "0.1.32"
36+
"version": "0.1.33"
3737
}

lib/Sparrowdo.rakumod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
use v6;
22

3-
unit module Sparrowdo:ver<0.1.32>;
3+
unit module Sparrowdo:ver<0.1.33>;
44

0 commit comments

Comments
 (0)