Skip to content

Commit

Permalink
0.1.16 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
melezhik committed Jan 5, 2024
1 parent 508303c commit b54e444
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Revision history for Sparky

{{$NEXT}}

0.1.16 2024-05-03T21:00:00Z

- Support of new sparrowdo
--image option to run
docker containers from
images

0.1.15 2024-01-03T17:50:00Z

- Depends on the latest version
Expand Down
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"JSON::Fast",
"HTTP::Tiny",
"Sparrow6:ver<0.0.43+>",
"Sparrowdo:ver<0.1.23+>",
"Sparrowdo:ver<0.1.26+>",
"Time::Crontab",
"File::Directory::Tree",
"cro",
Expand Down Expand Up @@ -39,5 +39,5 @@
},
"tags" : [ ],
"test-depends" : [ ],
"version" : "0.1.15"
"version" : "0.1.16"
}
2 changes: 1 addition & 1 deletion lib/Sparky.rakumod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use v6;

unit module Sparky:ver<0.1.15>;
unit module Sparky:ver<0.1.16>;
use YAMLish;
use DBIish;
use Time::Crontab;
Expand Down

0 comments on commit b54e444

Please sign in to comment.