Skip to content

Commit

Permalink
Release 💎 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pathawks committed May 19, 2018
1 parent b89efa5 commit d22b8ee
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## HEAD
## 3.8.2 / 2018-05-18

### Development Fixes

Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 3.8.1
version: 3.8.2
name: Jekyll • Simple, blog-aware, static sites
description: Transform your plain text into static websites and blogs
url: https://jekyllrb.com
Expand Down
14 changes: 14 additions & 0 deletions docs/_docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ permalink: "/docs/history/"
note: This file is autogenerated. Edit /History.markdown instead.
---

## 3.8.2 / 2018-05-18
{: #v3-8-2}

### Development Fixes
{: #development-fixes-v3-8-2}

- Update rubocop version ([#7016]({{ site.repository }}/issues/7016))

### Bug Fixes
{: #bug-fixes-v3-8-2}

- Add whitespace control to LIQUID_TAG_REGEX ([#7015]({{ site.repository }}/issues/7015))


## 3.8.1 / 2018-05-01
{: #v3-8-1}

Expand Down
19 changes: 19 additions & 0 deletions docs/_posts/2018-05-18-jekyll-3-8-2-released.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 'Jekyll 3.8.2 Released'
date: 2018-05-19 10:30:00 -0500
author: pathawks
version: 3.8.2
categories: [release]
---

Hello Jekyllers!!

Today we are releasing `v3.8.2`, which fixes the way Jekyll generates excerpts
for posts when the first paragraph of the post contains Liquid tags that take
advantage of [Liquid's whitespace control feature][Liquid whitespace].

Big thanks to @kylebarbour, who first reported this issue and also very quickly
submitted a fix. Also thanks to @nickskalkin for making sure that we are using
the latest version of Rubocop to lint our code.

[Liquid whitespace]: https://shopify.github.io/liquid/basics/whitespace/
2 changes: 1 addition & 1 deletion docs/latest_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.1
3.8.2
2 changes: 1 addition & 1 deletion lib/jekyll/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Jekyll
VERSION = "3.8.1".freeze
VERSION = "3.8.2".freeze
end

0 comments on commit d22b8ee

Please sign in to comment.