Skip to content

Commit 31ebf86

Browse files
committed
Release 💎 v3.9.3
1 parent cd39dc9 commit 31ebf86

6 files changed

Lines changed: 48 additions & 3 deletions

File tree

History.markdown

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 3.9.3 / 2023-01-27
2+
3+
### Bug Fixes
4+
5+
* 3.9.x: Support i18n 1.x (#9269)
6+
* Backport #8880 for v3.9.x: Support both tzinfo v1 and v2 alongwith
7+
non-half hour offsets (#9280)
8+
9+
### Development Fixes
10+
11+
* v3.9.x: test under Ruby 3.2 #9272)
12+
* v3.9.x: fix rdiscount test (#9277)
13+
114
## 3.9.2 / 2022-03-27
215

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

7+
## 3.9.3 / 2023-01-27
8+
{: #v3-9-3}
9+
10+
### Bug Fixes
11+
{: #bug-fixes-v3-9-3}
12+
13+
- 3.9.x: Support i18n 1.x ([#9269]({{ site.repository }}/issues/9269))
14+
- Backport [#8880]({{ site.repository }}/issues/8880) for v3.9.x: Support both tzinfo v1 and v2 alongwith
15+
non-half hour offsets ([#9280]({{ site.repository }}/issues/9280))
16+
17+
### Development Fixes
18+
{: #development-fixes-v3-9-3}
19+
20+
- v3.9.x: test under Ruby 3.2 [#9272]({{ site.repository }}/issues/9272))
21+
- v3.9.x: fix rdiscount test ([#9277]({{ site.repository }}/issues/9277))
22+
23+
724
## 3.9.2 / 2022-03-27
825
{: #v3-9-2}
926

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: 'Jekyll 3.9.3 Released'
3+
date: 2023-01-27 13:10:25 -0800
4+
author: parkr
5+
version: 3.9.3
6+
categories: [release]
7+
---
8+
9+
Jekyll 3.9.3 is a bug fix release loosening version restrictions for
10+
dependencies `i18n` and `tzinfo` gems, as well as fixing how Jekyll 3
11+
handles non-half-hour UTC timezone offsets, e.g. +05:45.
12+
13+
More details in [the full release notes]({% link _docs/history.md %}#v3-9-3).
14+
15+
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.2
1+
3.9.3

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

0 commit comments

Comments
 (0)