Skip to content

Commit 3372a0b

Browse files
committed
Release Jekyll v3.9.2
1 parent 18b0a5e commit 3372a0b

File tree

6 files changed

+59
-4
lines changed

6 files changed

+59
-4
lines changed

History.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## HEAD
1+
## 3.9.2 / 2022-03-27
22

33
### Bug Fixes
44

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
version: 3.9.1
2+
version: 3.9.2
33
name: Jekyll • Simple, blog-aware, static sites
44
description: Transform your plain text into static websites and blogs
55
url: https://jekyllrb.com

docs/_docs/history.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@ permalink: "/docs/history/"
44
note: This file is autogenerated. Edit /History.markdown instead.
55
---
66

7+
## 3.9.2 / 2022-03-27
8+
{: #v3-9-2}
9+
10+
### Bug Fixes
11+
{: #bug-fixes-v3-9-2}
12+
13+
- Lock `http_parser.rb` gem to `v0.6.x` on JRuby ([#8943]({{ site.repository }}/issues/8943))
14+
- Backport [#8756]({{ site.repository }}/issues/8756) for v3.9.x: Respect collections_dir config within include tag ([#8795]({{ site.repository }}/issues/8795))
15+
- Backport [#8965]({{ site.repository }}/issues/8965) for v3.9.x: Fix response header for content served via `jekyll serve` ([#8976]({{ site.repository }}/issues/8976))
16+
17+
### Development Fixes
18+
{: #development-fixes-v3-9-2}
19+
20+
- Update and fix CI for `3.9-stable` on Ruby 3.x ([#8942]({{ site.repository }}/issues/8942))
21+
- Fix CI for commits to `3.9-stable` branch ([#8788]({{ site.repository }}/issues/8788))
22+
23+
24+
## 3.9.1 / 2021-04-08
25+
{: #v3-9-1}
26+
27+
### Bug Fixes
28+
{: #bug-fixes-v3-9-1}
29+
30+
- Backport [#8618]({{ site.repository }}/issues/8618) for v3.9.x: Update include tag to be more permissive ([#8629]({{ site.repository }}/issues/8629))
31+
32+
33+
## 3.9.0 / 2020-08-05
34+
{: #v3-9-0}
35+
36+
### Minor Enhancements
37+
{: #minor-enhancements-v3-9-0}
38+
39+
- Allow use of kramdown v2 ([#8322]({{ site.repository }}/issues/8322))
40+
- Add default language for kramdown syntax highlighting ([#8325]({{ site.repository }}/issues/8325))
41+
42+
743
## 3.8.7 / 2020-05-08
844
{: #v3-8-7}
945

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: 'Jekyll 3.9.2 Released'
3+
date: 2022-03-27 20:28:13 -0700
4+
author: parkr
5+
version: 3.9.2
6+
categories: [release]
7+
---
8+
9+
Hey Jekyllers,
10+
11+
Quick bug-fix release for you all today:
12+
13+
1. Ruby 3.0 and 3.1 support :tada:
14+
2. `jekyll serve` will no longer inject a charset into the MIME type for
15+
binary types
16+
3. Incremental regeneration now handles includes in collection files
17+
correctly
18+
19+
That's all, Happy Jekylling!

docs/latest_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.1
1+
3.9.2

lib/jekyll/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Jekyll
4-
VERSION = "3.9.1".freeze
4+
VERSION = "3.9.2".freeze
55
end

0 commit comments

Comments
 (0)