From 59a8d6abb3cb3fb43295bbe54fedf25fe30287b5 Mon Sep 17 00:00:00 2001 From: Daniel Mantovani Date: Mon, 12 Aug 2024 18:46:02 -0300 Subject: [PATCH] Checking in changes prior to tagging of version 0.035. 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) --- Changes | 2 ++ META.json | 2 +- lib/Mojolicious/Plugin/Cron.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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) diff --git a/META.json b/META.json index 1911aa8..83c84e5 100644 --- a/META.json +++ b/META.json @@ -66,7 +66,7 @@ "web" : "https://github.com/dmanto/Mojolicious-Plugin-Cron" } }, - "version" : "0.034", + "version" : "0.035", "x_contributors" : [ "Daniel Mantovani ", "Daniel Mantovani ", diff --git a/lib/Mojolicious/Plugin/Cron.pm b/lib/Mojolicious/Plugin/Cron.pm index a59f5bb..f95f202 100644 --- a/lib/Mojolicious/Plugin/Cron.pm +++ b/lib/Mojolicious/Plugin/Cron.pm @@ -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;