From 472d15c27b1bbd60e41b6e53e96826548a205ebb Mon Sep 17 00:00:00 2001 From: Jason McIntosh Date: Sat, 17 Feb 2018 18:39:04 -0500 Subject: [PATCH] Prepping v1.54 --- Changes | 6 ++++++ lib/Plerd.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 78f59dd..b7049e0 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +1.54 2018-02-17 + + - Improving how Plerd handles UTF-8 source and template files. (Much like v1.44, except I think I got it right this time.) + + - Adding mention of v1.52's alt-text improvement to the documentation. + 1.53 2017-10-29 - Fixing a bug where Markdown symbols, if present in the first paragraph of a post's source file, would appear in default social-media description tags. diff --git a/lib/Plerd.pm b/lib/Plerd.pm index 2fcd2a1..05cce12 100644 --- a/lib/Plerd.pm +++ b/lib/Plerd.pm @@ -1,6 +1,6 @@ package Plerd; -our $VERSION = '1.53'; +our $VERSION = '1.54'; use Moose; use Template;