Skip to content

Commit 715f33b

Browse files
authored
Merge pull request #9624 from jekyll/3.10.0-release-ann
Release Jekyll v3.10.0
2 parents 58f8886 + 57a0cad commit 715f33b

6 files changed

Lines changed: 36 additions & 3 deletions

File tree

History.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.10.0 / 2024-06-23
2+
3+
### Minor Enhancements
4+
5+
* Backport add-csv-dependency from #9522 to Jekyll 3 (#9616)
6+
* 3.10-stable: Add webrick as a dependency (#9620)
7+
18
## 3.9.5 / 2024-02-12
29

310
### Minor Enhancements

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

7+
## 3.10.0 / 2024-06-23
8+
{: #v3-10-0}
9+
10+
### Minor Enhancements
11+
{: #minor-enhancements-v3-10-0}
12+
13+
- Backport add-csv-dependency from [#9522]({{ site.repository }}/issues/9522) to Jekyll 3 ([#9616]({{ site.repository }}/issues/9616))
14+
- 3.10-stable: Add webrick as a dependency ([#9620]({{ site.repository }}/issues/9620))
15+
16+
717
## 3.9.5 / 2024-02-12
818
{: #v3-9-5}
919

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: 'Jekyll 3.10.0 Released'
3+
date: 2024-06-23 21:56:58 -0700
4+
author: parkr
5+
version: 3.10.0
6+
categories: [release]
7+
---
8+
9+
As Ruby continues to march on, the maintainers have made the decision to
10+
drop some previously-bundled gems. This release makes Jekyll depend
11+
directly on those gems so that whether your Ruby installation has them
12+
bundled or not, your experience can continue uninterrupted.
13+
14+
More details [are in the changelog]({% link _docs/history.md %}#v3-10-0).
15+
16+
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.4
1+
3.10.0

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

0 commit comments

Comments
 (0)