From 88c498275d0fc632ad3720dc8a3e80bfa5b0e35c Mon Sep 17 00:00:00 2001 From: Jason McIntosh Date: Fri, 19 May 2017 01:00:23 -0400 Subject: [PATCH] Releasing v1.43. --- Changes | 6 ++++++ lib/Plerd.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index a312300..f14d605 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +1.43 2017-05-19 + + - Adding experimental support for JSON Feed (http://jsonfeed.org). + + - Fixing a bug where Markdown in post titles could result in messed-up HTML title-element content. + 1.42 2016-10-06 - Adding some styling to the default template so that plain elements within posts dont overflow the content div's width. diff --git a/lib/Plerd.pm b/lib/Plerd.pm index baeeaf5..6580a20 100644 --- a/lib/Plerd.pm +++ b/lib/Plerd.pm @@ -1,6 +1,6 @@ package Plerd; -our $VERSION = '1.42'; +our $VERSION = '1.43'; use Moose; use Template;