Skip to content

Commit

Permalink
Merge pull request #9282 from jekyll/release-3-9-3
Browse files Browse the repository at this point in the history
Release 💎 v3.9.3
  • Loading branch information
parkr committed Jan 30, 2023
2 parents cd39dc9 + 4a981a8 commit 42d92d1
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 3 deletions.
13 changes: 13 additions & 0 deletions History.markdown
@@ -1,3 +1,16 @@
## 3.9.3 / 2023-01-27

### Bug Fixes

* 3.9.x: Support i18n 1.x (#9269)
* Backport #8880 for v3.9.x: Support both tzinfo v1 and v2 alongwith
non-half hour offsets (#9280)

### Development Fixes

* v3.9.x: test under Ruby 3.2 #9272)
* v3.9.x: fix rdiscount test (#9277)

## 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.2
version: 3.9.3
name: Jekyll • Simple, blog-aware, static sites
description: Transform your plain text into static websites and blogs
url: https://jekyllrb.com
Expand Down
17 changes: 17 additions & 0 deletions docs/_docs/history.md
Expand Up @@ -4,6 +4,23 @@ permalink: "/docs/history/"
note: This file is autogenerated. Edit /History.markdown instead.
---

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

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

- 3.9.x: Support i18n 1.x ([#9269]({{ site.repository }}/issues/9269))
- Backport [#8880]({{ site.repository }}/issues/8880) for v3.9.x: Support both tzinfo v1 and v2 alongwith
non-half hour offsets ([#9280]({{ site.repository }}/issues/9280))

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

- v3.9.x: test under Ruby 3.2 [#9272]({{ site.repository }}/issues/9272))
- v3.9.x: fix rdiscount test ([#9277]({{ site.repository }}/issues/9277))


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

Expand Down
15 changes: 15 additions & 0 deletions docs/_posts/2023-01-27-jekyll-3-9-3-released.markdown
@@ -0,0 +1,15 @@
---
title: 'Jekyll 3.9.3 Released'
date: 2023-01-27 13:10:25 -0800
author: parkr
version: 3.9.3
categories: [release]
---

Jekyll 3.9.3 is a bug fix release loosening version restrictions for
dependencies `i18n` and `tzinfo` gems. You can now use Jekyll v3.9 with
newer versions of these gems!

More details in [the full release notes]({% link _docs/history.md %}#v3-9-3).

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

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

0 comments on commit 42d92d1

Please sign in to comment.