Skip to content

Commit f714b69

Browse files
authored
Merge pull request #9551 from jekyll/3.9.5-release-post
2 parents ee86ce5 + 3b62587 commit f714b69

File tree

4 files changed

+28
-1
lines changed

4 files changed

+28
-1
lines changed

History.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.9.5 / 2024-02-12
2+
3+
### Minor Enhancements
4+
5+
* 3.9-stable: allow Pages to be Excerpted (#9550)
6+
17
## 3.9.4 / 2023-12-28
28

39
### Bug Fixes

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.5 / 2024-02-12
8+
{: #v3-9-5}
9+
10+
### Minor Enhancements
11+
{: #minor-enhancements-v3-9-5}
12+
13+
- 3.9-stable: allow Pages to be Excerpted ([#9550]({{ site.repository }}/issues/9550))
14+
15+
716
## 3.9.4 / 2023-12-28
817
{: #v3-9-4}
918

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: 'Jekyll 3.9.5 Released'
3+
date: 2024-02-12 20:24:21 -0800
4+
author: parkr
5+
version: 3.9.5
6+
categories: [release]
7+
---
8+
9+
This release allows `Jekyll::Page` objects to interact with
10+
`Jekyll::Excerpt`. Previously, excerpts could only be generated for
11+
documents (e.g. collection items like posts), so this brings Page objects
12+
to parity.

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

0 commit comments

Comments
 (0)