Release 💎 3.4.3

This commit is contained in:
Pat Hawks 2017-03-21 08:38:37 -05:00 committed by Parker Moore
parent df0d3f20c4
commit 9d66fc2292
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
4 changed files with 12 additions and 2 deletions

View File

@ -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)

View File

@ -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}

View File

@ -1 +1 @@
3.4.2
3.4.3

View File

@ -1,3 +1,3 @@
module Jekyll
VERSION = "3.4.2".freeze
VERSION = "3.4.3".freeze
end