Skip to content

Commit a4ff6f9

Browse files
committed
prepare for release
1 parent 8ed0f9e commit a4ff6f9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changes

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Revision history for Sparky
22

33
{{$NEXT}}
44

5+
0.2.8 2024-07-14T12:30:00Z
6+
7+
- Migrate ci pipeline to Sparky
8+
59
- Use img.shields.io to render
610
project badges
711
- Fix issues with a usage of

META6.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
},
4343
"tags" : [ ],
4444
"test-depends" : [ ],
45-
"version" : "0.2.7"
45+
"version" : "0.2.8"
4646
}

lib/Sparky.rakumod

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

3-
unit module Sparky:ver<0.2.7>;
3+
unit module Sparky:ver<0.2.8>;
44
use YAMLish;
55
use DBIish;
66
use Time::Crontab;

0 commit comments

Comments
 (0)