Skip to content

Commit eb2c888

Browse files
committed
Release 💎 v3.9.4
1 parent c742478 commit eb2c888

7 files changed

Lines changed: 33 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
with:
3232
gemspec_name: jekyll
3333
env:
34-
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_GEM_PUSH_API_KEY }}
34+
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_GEM_PUSH_API_KEY }}

History.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.9.4 / 2023-12-28
2+
3+
### Bug Fixes
4+
5+
* Backport #9392 for v3.9.x: Add support for Ruby 3.3 Logger (#9513)
6+
17
## 3.9.3 / 2023-01-27
28

39
### Bug Fixes

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.3
2+
version: 3.9.4
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ permalink: "/docs/history/"
44
note: This file is autogenerated. Edit /History.markdown instead.
55
---
66

7+
## 3.9.4 / 2023-12-28
8+
{: #v3-9-4}
9+
10+
### Bug Fixes
11+
{: #bug-fixes-v3-9-4}
12+
13+
- Backport [#9392]({{ site.repository }}/issues/9392) for v3.9.x: Add support for Ruby 3.3 Logger ([#9513]({{ site.repository }}/issues/9513))
14+
15+
716
## 3.9.3 / 2023-01-27
817
{: #v3-9-3}
918

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: 'Jekyll 3.9.4 Released'
3+
date: 2023-12-28 14:45:05 -0800
4+
author: parkr
5+
version: 3.9.4
6+
categories: [release]
7+
---
8+
9+
Hey Jekyllers!
10+
11+
This release, 3.9.4, is to bring Ruby 3.3 support to Jekyll. You can find
12+
the details in [the changelog]({% link _docs/history.md %}#v3-9-4).
13+
14+
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.3
1+
3.9.4

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.3".freeze
4+
VERSION = "3.9.4".freeze
55
end

0 commit comments

Comments
 (0)