Skip to content

Commit b5786ce

Browse files
authored
0.2.5 release!
1 parent 6cdfda4 commit b5786ce

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Changes

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

33
{{$NEXT}}
44

5+
0.2.5 2024-05-30T13:30:00Z
6+
7+
- Add default login/password
8+
for default authentication
9+
510
0.2.4 2024-05-30T10:35:00Z
611

712
- Switch to bulma 1.0,

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.4"
45+
"version" : "0.2.5"
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.4>;
3+
unit module Sparky:ver<0.2.5>;
44
use YAMLish;
55
use DBIish;
66
use Time::Crontab;

0 commit comments

Comments
 (0)