Release 💎 v4.3.1

This commit is contained in:
Ashwin Maroli 2022-10-26 23:25:48 +05:30
parent 8cc0640a68
commit 91e00b2082
5 changed files with 18 additions and 4 deletions

View File

@ -1,4 +1,4 @@
## HEAD
## 4.3.1 / 2022-10-26
### Bug Fixes

View File

@ -1,5 +1,5 @@
---
version: 4.3.0
version: 4.3.1
name: Jekyll • Simple, blog-aware, static sites
description: Transform your plain text into static websites and blogs
url: https://jekyllrb.com

View File

@ -4,6 +4,20 @@ permalink: "/docs/history/"
note: This file is autogenerated. Edit /History.markdown instead.
---
## 4.3.1 / 2022-10-26
{: #v4-3-1}
### Bug Fixes
{: #bug-fixes-v4-3-1}
- Respect user-defined name attribute in documents ([#9167]({{ site.repository }}/issues/9167))
- Revert "Incrementally rebuild when a data file is changed" ([#9170]({{ site.repository }}/issues/9170))
### Documentation
- Release post for v4.3.1 ([#9171]({{ site.repository }}/issues/9171))
## 4.3.0 / 2022-10-20
{: #v4-3-0}

View File

@ -1 +1 @@
4.3.0
4.3.1

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Jekyll
VERSION = "4.3.0"
VERSION = "4.3.1"
end