From 7675ce157c780a8bc843e394a9e1dd4c14b44914 Mon Sep 17 00:00:00 2001 From: "Jason A. Crome" Date: Wed, 21 Dec 2016 15:47:23 -0600 Subject: [PATCH] v0.204002 [ BUG FIXES ] * GH #975: Fix "public_dir" configuration to work, just like DANCER_PUBLIC. (Sawyer X) [ ENHANCEMENTS ] * You can now call '$self->find_plugin(...)' within a plugin in order to find a plugin, in order to use its DSL in your custom plugin. (Sawyer X) [ DOCUMENTATION ] * GH #1282: Typo in Cookbook. (Kurt Edmiston) * GH #1214: Update Migration document. (Sawyer X) * GH #1286: Clarify hook behavior when disabling layout (biafra) * GH #1280: Update documentation to use specific parameter keywords (Hunter McMillen) --- Changes | 2 ++ README.mkdn | 4 +++- dist.ini | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 5bbad0c63..bc2ede990 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ {{$NEXT}} +0.204002 2016-12-21 15:40:02-06:00 America/Chicago + [ BUG FIXES ] * GH #975: Fix "public_dir" configuration to work, just like DANCER_PUBLIC. (Sawyer X) diff --git a/README.mkdn b/README.mkdn index 40cb62a3d..71d6d2fbc 100644 --- a/README.mkdn +++ b/README.mkdn @@ -4,7 +4,7 @@ Dancer2 - Lightweight yet powerful web application framework # VERSION -version 0.204001 +version 0.204002 # DESCRIPTION @@ -124,6 +124,7 @@ Returns the current runner. It is of type [Dancer2::Core::Runner](https://metacp Bas Bloemsaat baynes Ben Hutton + biafra Blabos de Blebe Breno G. de Oliveira cdmalon @@ -153,6 +154,7 @@ Returns the current runner. It is of type [Dancer2::Core::Runner](https://metacp Gregor Herrmann Grzegorz Rożniecki Hobbestigrou + Hunter McMillen Ivan Bessarabov Ivan Kruglov JaHIY diff --git a/dist.ini b/dist.ini index 33b298086..2caebc808 100644 --- a/dist.ini +++ b/dist.ini @@ -5,7 +5,7 @@ copyright_holder = Alexis Sukrieh copyright_year = 2016 main_module = lib/Dancer2.pm -version = 0.204001 +version = 0.204002 [NextRelease] filename = Changes