Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Nov 27, 2024
1 parent 4ecec77 commit cf69c96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.1.0] - 2024-11-27

### Added

- STRIP_FRONT_MATTER option

## [0.0.5] - 2024-02-22

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/Template/Provider/Pandoc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ extends 'Template::Provider';

use Pandoc ();

our $VERSION = '0.0.5';
our $VERSION = '0.1.0';

has pandoc => (
isa => 'Pandoc',
Expand Down

0 comments on commit cf69c96

Please sign in to comment.