Skip to content

Commit 1f319fb

Browse files
committed
Release 💎 v4.4.1
1 parent c5cd1fb commit 1f319fb

File tree

6 files changed

+28
-3
lines changed

6 files changed

+28
-3
lines changed

History.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.4.1 / 2025-01-29
2+
3+
### Bug Fixes
4+
5+
* Restore globbed path behavior in front matter defaults (#9762)
6+
17
## 4.4.0 / 2025-01-27
28

39
### 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: 4.4.0
2+
version: 4.4.1
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: 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+
## 4.4.1 / 2025-01-29
8+
{: #v4-4-1}
9+
10+
### Bug Fixes
11+
{: #bug-fixes-v4-4-1}
12+
13+
- Restore globbed path behavior in front matter defaults ([#9762]({{ site.repository }}/issues/9762))
14+
15+
716
## 4.4.0 / 2025-01-27
817
{: #v4-4-0}
918

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: 'Jekyll 4.4.1 Released'
3+
date: 2025-01-29 18:15:32 +0530
4+
author: ashmaroli
5+
version: 4.4.1
6+
category: release
7+
---
8+
9+
Publishing a patch release to restore existing behavior around defining front matter defaults
10+
where a scope with path containing glob patterns are lax in matching paths on disk.

docs/latest_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.4.0
1+
4.4.1

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 = "4.4.0"
4+
VERSION = "4.4.1"
55
end

0 commit comments

Comments
 (0)