From cf69c96bb6e51d619df7d96e05b17825c075d624 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Wed, 27 Nov 2024 14:38:49 +0000 Subject: [PATCH] Release 0.1.0 --- Changes | 6 ++++++ lib/Template/Provider/Pandoc.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index d673ea1..0b86b6a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ # Change Log +## [0.1.0] - 2024-11-27 + +### Added + +- STRIP_FRONT_MATTER option + ## [0.0.5] - 2024-02-22 ### Fixed diff --git a/lib/Template/Provider/Pandoc.pm b/lib/Template/Provider/Pandoc.pm index 0621278..868dcff 100644 --- a/lib/Template/Provider/Pandoc.pm +++ b/lib/Template/Provider/Pandoc.pm @@ -103,7 +103,7 @@ extends 'Template::Provider'; use Pandoc (); -our $VERSION = '0.0.5'; +our $VERSION = '0.1.0'; has pandoc => ( isa => 'Pandoc',