Skip to content

Commit

Permalink
0.1.13 release!
Browse files Browse the repository at this point in the history
  • Loading branch information
melezhik committed Dec 28, 2023
1 parent e6abedf commit 53ff8c3
Show file tree
Hide file tree
Showing 4 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.13 2023-28-12T17:20:00Z

- Introduce new logo
- New feature - Add build runtime
and default parameters
- Small graphic design / UI changes

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

- Fix regression bug that stops sparky-runner.raku
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.12"
"version" : "0.1.13"
}
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.12>;
unit module Sparky:ver<0.1.13>;
use YAMLish;
use DBIish;
use Time::Crontab;
Expand Down
2 changes: 1 addition & 1 deletion sparrow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tasks:
# https://github.com/bduggan/p6-digest-sha1-native/archive/refs/tags/0.05.tar.gz
zef install "Pakku:ver<celastrina.5>" --/test
PAKKU_VERBOSE=debug
pakku add noprecomp notest to home .
pakku nobar add noprecomp notest to home .
#zef install --/test .
-
name: release
Expand Down

0 comments on commit 53ff8c3

Please sign in to comment.