Skip to content

Commit

Permalink
Release 💎 v3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Dec 28, 2023
1 parent c742478 commit eb2c888
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -31,4 +31,4 @@ jobs:
with:
gemspec_name: jekyll
env:
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_GEM_PUSH_API_KEY }}
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_GEM_PUSH_API_KEY }}
6 changes: 6 additions & 0 deletions History.markdown
@@ -1,3 +1,9 @@
## 3.9.4 / 2023-12-28

### Bug Fixes

* Backport #9392 for v3.9.x: Add support for Ruby 3.3 Logger (#9513)

## 3.9.3 / 2023-01-27

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

## 3.9.4 / 2023-12-28
{: #v3-9-4}

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

- Backport [#9392]({{ site.repository }}/issues/9392) for v3.9.x: Add support for Ruby 3.3 Logger ([#9513]({{ site.repository }}/issues/9513))


## 3.9.3 / 2023-01-27
{: #v3-9-3}

Expand Down
14 changes: 14 additions & 0 deletions docs/_posts/2023-12-28-jekyll-3-9-4-released.markdown
@@ -0,0 +1,14 @@
---
title: 'Jekyll 3.9.4 Released'
date: 2023-12-28 14:45:05 -0800
author: parkr
version: 3.9.4
categories: [release]
---

Hey Jekyllers!

This release, 3.9.4, is to bring Ruby 3.3 support to Jekyll. You can find
the details in [the changelog]({% link _docs/history.md %}#v3-9-4).

Happy Jekylling!
2 changes: 1 addition & 1 deletion docs/latest_version.txt
@@ -1 +1 @@
3.9.3
3.9.4
2 changes: 1 addition & 1 deletion lib/jekyll/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Jekyll
VERSION = "3.9.3".freeze
VERSION = "3.9.4".freeze
end

0 comments on commit eb2c888

Please sign in to comment.