From 9d66fc2292080335db5adabbf507693d6c02cedb Mon Sep 17 00:00:00 2001 From: Pat Hawks Date: Tue, 21 Mar 2017 08:38:37 -0500 Subject: [PATCH] Release :gem: 3.4.3 --- History.markdown | 4 ++++ docs/_docs/history.md | 6 ++++++ docs/latest_version.txt | 2 +- lib/jekyll/version.rb | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/History.markdown b/History.markdown index 12877226..c9aae111 100644 --- a/History.markdown +++ b/History.markdown @@ -47,6 +47,10 @@ * Remove dependency on include from default about.md (#5903) * Allow colons in `uri_escape` filter (#5957) +## 3.4.3 / 2017-03-21 + + * Backport #5957 for v3.4.x: Allow colons in `uri_escape` filter (#5968) + ## 3.4.2 / 2017-03-09 * Backport #5871 for v3.4.x: Convert StaticFile liquid representation to a Drop & add front matter defaults support to StaticFiles (#5940) diff --git a/docs/_docs/history.md b/docs/_docs/history.md index 3c821eda..9a504af6 100644 --- a/docs/_docs/history.md +++ b/docs/_docs/history.md @@ -4,6 +4,12 @@ permalink: "/docs/history/" note: This file is autogenerated. Edit /History.markdown instead. --- +## 3.4.3 / 2017-03-21 +{: #v3-4-3} + +- Backport [#5957]({{ site.repository }}/issues/5957) for v3.4.x: Allow colons in `uri_escape` filter ([#5968]({{ site.repository }}/issues/5968)) + + ## 3.4.2 / 2017-03-09 {: #v3-4-2} diff --git a/docs/latest_version.txt b/docs/latest_version.txt index 4d9d11cf..6cb9d3dd 100644 --- a/docs/latest_version.txt +++ b/docs/latest_version.txt @@ -1 +1 @@ -3.4.2 +3.4.3 diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index fc43a4c3..1c4a0b96 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,3 +1,3 @@ module Jekyll - VERSION = "3.4.2".freeze + VERSION = "3.4.3".freeze end