From 9f6becfe5b59d2f7b8e724e57610af0f90d8beb2 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Wed, 24 Jun 2020 10:38:58 +0200 Subject: [PATCH] chore(release): :gem: 0.14.0 --- History.markdown | 21 ++++++++++----------- lib/jekyll-feed/version.rb | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/History.markdown b/History.markdown index 80575126..7728bd01 100644 --- a/History.markdown +++ b/History.markdown @@ -1,21 +1,20 @@ -## HEAD - -### Bug Fixes - - * Fix feed link when post title contains HTML (#305) +## 0.14.0 / 2020-06-24 ### Minor Enhancements - * XML escape the title field of feed_meta (#306) + * add support for categories (#153) (#233) + * add support for tags (#264) * Make posts limit configurable (#314) - * Dont forget about categories (#233) - * chore(deps): require Ruby >=2.4.0 (#307) - * Feed by tag (#264) - * add support for categories frontmatter (#153) + * XML escape the title field of feed_meta (#306) + +### Bug Fixes + + * Fix feed link when post title contains HTML (#305) ### Development Fixes - * chore: use Dir to list source files (#309) + * Use Dir to list source files (#309) + * Require Ruby >=2.4.0 (#307) ## 0.13.0 / 2019-11-13 diff --git a/lib/jekyll-feed/version.rb b/lib/jekyll-feed/version.rb index 7129af47..965bd043 100644 --- a/lib/jekyll-feed/version.rb +++ b/lib/jekyll-feed/version.rb @@ -2,6 +2,6 @@ module Jekyll module Feed - VERSION = "0.13.0" + VERSION = "0.14.0" end end