Skip to content

Commit

Permalink
0.1.12 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
melezhik authored Dec 26, 2023
1 parent 213b898 commit 526245f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Revision history for Sparky

{{$NEXT}}

0.1.12 2023-26-12T21:20:00Z

- Fix regression bug that stops sparky-runner.raku
from running

0.1.11 2023-25-11T23:00:00Z

- Describe flappers protection mechanism
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
},
"tags" : [ ],
"test-depends" : [ ],
"version" : "0.1.11"
"version" : "0.1.12"
}
2 changes: 1 addition & 1 deletion lib/Sparky.pm6
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use v6;

unit module Sparky:ver<0.1.11>;
unit module Sparky:ver<0.1.12>;
use YAMLish;
use DBIish;
use Time::Crontab;
Expand Down

0 comments on commit 526245f

Please sign in to comment.