Skip to content

Commit

Permalink
Merge pull request #9551 from jekyll/3.9.5-release-post
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Feb 13, 2024
2 parents ee86ce5 + 3b62587 commit f714b69
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.markdown
@@ -1,3 +1,9 @@
## 3.9.5 / 2024-02-12

### Minor Enhancements

* 3.9-stable: allow Pages to be Excerpted (#9550)

## 3.9.4 / 2023-12-28

### Bug Fixes
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.5 / 2024-02-12
{: #v3-9-5}

### Minor Enhancements
{: #minor-enhancements-v3-9-5}

- 3.9-stable: allow Pages to be Excerpted ([#9550]({{ site.repository }}/issues/9550))


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

Expand Down
12 changes: 12 additions & 0 deletions docs/_posts/2024-02-12-jekyll-3-9-5-released.markdown
@@ -0,0 +1,12 @@
---
title: 'Jekyll 3.9.5 Released'
date: 2024-02-12 20:24:21 -0800
author: parkr
version: 3.9.5
categories: [release]
---

This release allows `Jekyll::Page` objects to interact with
`Jekyll::Excerpt`. Previously, excerpts could only be generated for
documents (e.g. collection items like posts), so this brings Page objects
to parity.
2 changes: 1 addition & 1 deletion lib/jekyll/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

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

0 comments on commit f714b69

Please sign in to comment.