diff --git a/CHANGES b/CHANGES index b532ff8..c0ff98f 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,11 @@ Changelog for Yancy-Backend-Static {{ $NEXT }} + [Fixed] + + - Fixed paths ending in an extension not working. Thanks @wbazant! + [Github #3] + 0.006 2019-09-04 21:08:57-05:00 America/Chicago [Fixed] diff --git a/META.json b/META.json index a5f91a2..86a7a9c 100644 --- a/META.json +++ b/META.json @@ -57,7 +57,7 @@ "provides" : { "Yancy::Backend::Static" : { "file" : "lib/Yancy/Backend/Static.pm", - "version" : "0.006" + "version" : "0.007" } }, "release_status" : "stable", @@ -73,10 +73,11 @@ }, "x_IRC" : "irc://irc.freenode.org/#yancy" }, - "version" : "0.006", + "version" : "0.007", "x_authority" : "cpan:PREACTION", "x_contributors" : [ "Mohammad S Anwar ", + "Wojtek Ba\u017cant ", "Wojtek Ba\u017cant " ], "x_generated_by_perl" : "v5.28.0", diff --git a/README.mkdn b/README.mkdn index 93698a8..cdbfaf4 100644 --- a/README.mkdn +++ b/README.mkdn @@ -7,7 +7,7 @@ Yancy::Backend::Static - Build a Yancy site from static Markdown files # VERSION -version 0.006 +version 0.007 # SYNOPSIS @@ -63,6 +63,7 @@ Doug Bell # CONTRIBUTORS - Mohammad S Anwar +- Wojtek Bażant <wojciech.bazant+ebi@gmail.com> - Wojtek Bażant # COPYRIGHT AND LICENSE