Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.035.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 038caea..b4fd9d1 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 {{$NEXT}}
 
+0.035 2024-08-12T21:45:45Z
+
     - exposes $app on code sub, allowing helper accesses on cron jobs (@rayleyfowler)
     - update dependences (Mojolicious@9.36)
  • Loading branch information
dmanto committed Aug 12, 2024
1 parent b126d42 commit 59a8d6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

0.035 2024-08-12T21:45:45Z

- exposes $app on code sub, allowing helper accesses on cron jobs (@rayleyfowler)
- update dependences (Mojolicious@9.36)

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"web" : "https://github.com/dmanto/Mojolicious-Plugin-Cron"
}
},
"version" : "0.034",
"version" : "0.035",
"x_contributors" : [
"Daniel Mantovani <daniel@MBP-daniel.local>",
"Daniel Mantovani <daniel@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/Cron.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Algorithm::Cron;

use Carp 'croak';

our $VERSION = "0.034";
our $VERSION = "0.035";
use constant CRON_DIR => 'mojo_cron_';
my $crondir;

Expand Down

0 comments on commit 59a8d6a

Please sign in to comment.