We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed0f9e commit a4ff6f9Copy full SHA for a4ff6f9
Changes
@@ -2,6 +2,10 @@ Revision history for Sparky
2
3
{{$NEXT}}
4
5
+0.2.8 2024-07-14T12:30:00Z
6
+
7
+ - Migrate ci pipeline to Sparky
8
9
- Use img.shields.io to render
10
project badges
11
- Fix issues with a usage of
META6.json
@@ -42,5 +42,5 @@
42
},
43
"tags" : [ ],
44
"test-depends" : [ ],
45
- "version" : "0.2.7"
+ "version" : "0.2.8"
46
}
lib/Sparky.rakumod
@@ -1,6 +1,6 @@
1
use v6;
-unit module Sparky:ver<0.2.7>;
+unit module Sparky:ver<0.2.8>;
use YAMLish;
use DBIish;
use Time::Crontab;
0 commit comments