Skip to content

Commit

Permalink
Merge pull request #9012 from jekyll/3-9-2
Browse files Browse the repository at this point in the history
Release Jekyll v3.9.2
  • Loading branch information
parkr committed Mar 27, 2022
2 parents 18b0a5e + 37737b2 commit 42150e9
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.markdown
@@ -1,4 +1,4 @@
## HEAD
## 3.9.2 / 2022-03-27

### Bug Fixes

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

## 3.9.2 / 2022-03-27
{: #v3-9-2}

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

- Lock `http_parser.rb` gem to `v0.6.x` on JRuby ([#8943]({{ site.repository }}/issues/8943))
- Backport [#8756]({{ site.repository }}/issues/8756) for v3.9.x: Respect collections_dir config within include tag ([#8795]({{ site.repository }}/issues/8795))
- Backport [#8965]({{ site.repository }}/issues/8965) for v3.9.x: Fix response header for content served via `jekyll serve` ([#8976]({{ site.repository }}/issues/8976))

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

- Update and fix CI for `3.9-stable` on Ruby 3.x ([#8942]({{ site.repository }}/issues/8942))
- Fix CI for commits to `3.9-stable` branch ([#8788]({{ site.repository }}/issues/8788))


## 3.9.1 / 2021-04-08
{: #v3-9-1}

### Bug Fixes
{: #bug-fixes-v3-9-1}

- Backport [#8618]({{ site.repository }}/issues/8618) for v3.9.x: Update include tag to be more permissive ([#8629]({{ site.repository }}/issues/8629))


## 3.9.0 / 2020-08-05
{: #v3-9-0}

### Minor Enhancements
{: #minor-enhancements-v3-9-0}

- Allow use of kramdown v2 ([#8322]({{ site.repository }}/issues/8322))
- Add default language for kramdown syntax highlighting ([#8325]({{ site.repository }}/issues/8325))


## 3.8.7 / 2020-05-08
{: #v3-8-7}

Expand Down
19 changes: 19 additions & 0 deletions docs/_posts/2022-03-27-jekyll-3-9-2-released.markdown
@@ -0,0 +1,19 @@
---
title: 'Jekyll 3.9.2 Released'
date: 2022-03-27 13:20:00 -0700
author: parkr
version: 3.9.2
categories: [release]
---

Hey Jekyllers,

Quick bug-fix release for you all today:

1. Ruby 3.0 and 3.1 support :tada: (you will need to run `bundle add webrick` for `jekyll serve` to work)
2. `jekyll serve` will no longer inject a charset into the MIME type for
binary types
3. Incremental regeneration now handles includes in collection files
correctly

That's all, Happy Jekylling!
2 changes: 1 addition & 1 deletion docs/latest_version.txt
@@ -1 +1 @@
3.9.1
3.9.2
2 changes: 1 addition & 1 deletion lib/jekyll/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Jekyll
VERSION = "3.9.1".freeze
VERSION = "3.9.2".freeze
end

0 comments on commit 42150e9

Please sign in to comment.